Build #1624558 2025-01-15T00:13:04.934678+00:00
# rustc version
rustc 1.86.0-nightly (48a426eca 2025-01-12)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mech-interpreter-0.2.30/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mech-interpreter-0.2.30/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250112-1.86.0-nightly-48a426eca\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 13bf343e9e499b6fa0cdf62edce6f45a3c62c2dc9e6ca563659c51126938038e
[INFO] running `Command { std: "docker" "start" "-a" "13bf343e9e499b6fa0cdf62edce6f45a3c62c2dc9e6ca563659c51126938038e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking mech-core v0.2.30
[INFO] [stderr] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mech-core-0.2.30/src/types.rs:129:49
[INFO] [stderr] |
[INFO] [stderr] 129 | fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr] | ^^^^^^^^^^^^^ expected `(usize, std::option::Option<usize>)`, found `std::option::Option<usize>`
[INFO] [stderr] |
[INFO] [stderr] = note: expected signature `fn(&types::F64, &types::F64) -> (usize, std::option::Option<usize>)`
[INFO] [stderr] found signature `fn(&types::F64, &types::F64) -> std::option::Option<usize>`
[INFO] [stderr] help: change the output type to match the trait
[INFO] [stderr] |
[INFO] [stderr] 129 | fn steps_between(start: &Self, end: &Self) -> (usize, std::option::Option<usize>) {
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mech-core-0.2.30/src/types.rs:254:49
[INFO] [stderr] |
[INFO] [stderr] 254 | fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr] | ^^^^^^^^^^^^^ expected `(usize, std::option::Option<usize>)`, found `std::option::Option<usize>`
[INFO] [stderr] |
[INFO] [stderr] = note: expected signature `fn(&types::F32, &types::F32) -> (usize, std::option::Option<usize>)`
[INFO] [stderr] found signature `fn(&types::F32, &types::F32) -> std::option::Option<usize>`
[INFO] [stderr] help: change the output type to match the trait
[INFO] [stderr] |
[INFO] [stderr] 254 | fn steps_between(start: &Self, end: &Self) -> (usize, std::option::Option<usize>) {
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0053`.
[INFO] [stderr] error: could not compile `mech-core` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "13bf343e9e499b6fa0cdf62edce6f45a3c62c2dc9e6ca563659c51126938038e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13bf343e9e499b6fa0cdf62edce6f45a3c62c2dc9e6ca563659c51126938038e", kill_on_drop: false }`
[INFO] [stdout] 13bf343e9e499b6fa0cdf62edce6f45a3c62c2dc9e6ca563659c51126938038e