[INFO] fetching crate numext-fixed-uint-core 0.1.6... [INFO] testing numext-fixed-uint-core-0.1.6 against 1.59.0 for beta-1.60-1 [INFO] extracting crate numext-fixed-uint-core 0.1.6 into /workspace/builds/worker-62/source [INFO] validating manifest of crates.io crate numext-fixed-uint-core 0.1.6 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate numext-fixed-uint-core 0.1.6 [INFO] finished tweaking crates.io crate numext-fixed-uint-core 0.1.6 [INFO] tweaked toml for crates.io crate numext-fixed-uint-core 0.1.6 written to /workspace/builds/worker-62/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37bbdf4ea37b75b748973105a562c769962d63c4978176eb46cacd4041251d26 [INFO] running `Command { std: "docker" "start" "-a" "37bbdf4ea37b75b748973105a562c769962d63c4978176eb46cacd4041251d26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37bbdf4ea37b75b748973105a562c769962d63c4978176eb46cacd4041251d26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37bbdf4ea37b75b748973105a562c769962d63c4978176eb46cacd4041251d26", kill_on_drop: false }` [INFO] [stdout] 37bbdf4ea37b75b748973105a562c769962d63c4978176eb46cacd4041251d26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c8bdffebf1ce65b566ff53186f2ca6eef380ff43c1aa224c70fa26cdb312486 [INFO] running `Command { std: "docker" "start" "-a" "5c8bdffebf1ce65b566ff53186f2ca6eef380ff43c1aa224c70fa26cdb312486", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling numext-constructor v0.1.6 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling numext-fixed-uint-core v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown `doc` attribute `hide` [INFO] [stdout] --> src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / constructor::construct_fixed_uints!( [INFO] [stdout] 22 | | U128 { [INFO] [stdout] 23 | | size = 128, [INFO] [stdout] 24 | | }, [INFO] [stdout] ... | [INFO] [stdout] 51 | | }, [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `constructor::construct_fixed_uints` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.08s [INFO] running `Command { std: "docker" "inspect" "5c8bdffebf1ce65b566ff53186f2ca6eef380ff43c1aa224c70fa26cdb312486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c8bdffebf1ce65b566ff53186f2ca6eef380ff43c1aa224c70fa26cdb312486", kill_on_drop: false }` [INFO] [stdout] 5c8bdffebf1ce65b566ff53186f2ca6eef380ff43c1aa224c70fa26cdb312486 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9d6b89c83c884ce414a9f98bf09c5db06f60b2b3322b2bc5ea8c7d6af3f6501 [INFO] running `Command { std: "docker" "start" "-a" "a9d6b89c83c884ce414a9f98bf09c5db06f60b2b3322b2bc5ea8c7d6af3f6501", kill_on_drop: false }` [INFO] [stderr] Compiling numext-fixed-uint-core v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown `doc` attribute `hide` [INFO] [stdout] --> src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / constructor::construct_fixed_uints!( [INFO] [stdout] 22 | | U128 { [INFO] [stdout] 23 | | size = 128, [INFO] [stdout] 24 | | }, [INFO] [stdout] ... | [INFO] [stdout] 51 | | }, [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `constructor::construct_fixed_uints` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `hide` [INFO] [stdout] --> src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / constructor::construct_fixed_uints!( [INFO] [stdout] 22 | | U128 { [INFO] [stdout] 23 | | size = 128, [INFO] [stdout] 24 | | }, [INFO] [stdout] ... | [INFO] [stdout] 51 | | }, [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `constructor::construct_fixed_uints` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.38s [INFO] running `Command { std: "docker" "inspect" "a9d6b89c83c884ce414a9f98bf09c5db06f60b2b3322b2bc5ea8c7d6af3f6501", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9d6b89c83c884ce414a9f98bf09c5db06f60b2b3322b2bc5ea8c7d6af3f6501", kill_on_drop: false }` [INFO] [stdout] a9d6b89c83c884ce414a9f98bf09c5db06f60b2b3322b2bc5ea8c7d6af3f6501 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5cda722abe4c42816924b511c9f02561a30065919f1755bcad1e33d57e975d22 [INFO] running `Command { std: "docker" "start" "-a" "5cda722abe4c42816924b511c9f02561a30065919f1755bcad1e33d57e975d22", kill_on_drop: false }` [INFO] [stderr] warning: unknown `doc` attribute `hide` [INFO] [stderr] --> src/lib.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / constructor::construct_fixed_uints!( [INFO] [stderr] 22 | | U128 { [INFO] [stderr] 23 | | size = 128, [INFO] [stderr] 24 | | }, [INFO] [stderr] ... | [INFO] [stderr] 51 | | }, [INFO] [stderr] 52 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: this warning originates in the macro `constructor::construct_fixed_uints` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `numext-fixed-uint-core` (lib) generated 1 warning [INFO] [stderr] warning: `numext-fixed-uint-core` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/numext_fixed_uint_core-b83fbee68caa077b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests numext-fixed-uint-core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5cda722abe4c42816924b511c9f02561a30065919f1755bcad1e33d57e975d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cda722abe4c42816924b511c9f02561a30065919f1755bcad1e33d57e975d22", kill_on_drop: false }` [INFO] [stdout] 5cda722abe4c42816924b511c9f02561a30065919f1755bcad1e33d57e975d22