[INFO] fetching crate jh 0.1.0... [INFO] testing jh-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate jh 0.1.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate jh 0.1.0 [INFO] finished tweaking crates.io crate jh 0.1.0 [INFO] tweaked toml for crates.io crate jh 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate jh 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding hex-literal v0.4.1 (available: v1.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blobby v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90e2efad0008fbfc94638f2ef383e370f50fc793078d16317fd4f1b6a27a5847 [INFO] running `Command { std: "docker" "start" "-a" "90e2efad0008fbfc94638f2ef383e370f50fc793078d16317fd4f1b6a27a5847", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90e2efad0008fbfc94638f2ef383e370f50fc793078d16317fd4f1b6a27a5847", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90e2efad0008fbfc94638f2ef383e370f50fc793078d16317fd4f1b6a27a5847", kill_on_drop: false }` [INFO] [stdout] 90e2efad0008fbfc94638f2ef383e370f50fc793078d16317fd4f1b6a27a5847 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fec710e060cd61b8b4a06b4ede6a35d2b8a5e877bd9be1c600bec2a056b8872 [INFO] running `Command { std: "docker" "start" "-a" "6fec710e060cd61b8b4a06b4ede6a35d2b8a5e877bd9be1c600bec2a056b8872", kill_on_drop: false }` [INFO] [stderr] Compiling hex-literal v0.4.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling jh v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/compressor.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | / dispatch!(mach, M, { [INFO] [stdout] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stdout] 154 | | f8_impl(mach, state, data); [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/compressor.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | / dispatch!(mach, M, { [INFO] [stdout] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stdout] 154 | | f8_impl(mach, state, data); [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `Command { std: "docker" "inspect" "6fec710e060cd61b8b4a06b4ede6a35d2b8a5e877bd9be1c600bec2a056b8872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fec710e060cd61b8b4a06b4ede6a35d2b8a5e877bd9be1c600bec2a056b8872", kill_on_drop: false }` [INFO] [stdout] 6fec710e060cd61b8b4a06b4ede6a35d2b8a5e877bd9be1c600bec2a056b8872 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f7f1ffe340390defca91ad3fed131d3d7f0fd2f568b6862d8b7ae358a1ab4ca [INFO] running `Command { std: "docker" "start" "-a" "4f7f1ffe340390defca91ad3fed131d3d7f0fd2f568b6862d8b7ae358a1ab4ca", kill_on_drop: false }` [INFO] [stderr] Compiling blobby v0.3.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling jh v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/compressor.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | / dispatch!(mach, M, { [INFO] [stdout] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stdout] 154 | | f8_impl(mach, state, data); [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/compressor.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | / dispatch!(mach, M, { [INFO] [stdout] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stdout] 154 | | f8_impl(mach, state, data); [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/compressor.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | / dispatch!(mach, M, { [INFO] [stdout] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stdout] 154 | | f8_impl(mach, state, data); [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/compressor.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | / dispatch!(mach, M, { [INFO] [stdout] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stdout] 154 | | f8_impl(mach, state, data); [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "4f7f1ffe340390defca91ad3fed131d3d7f0fd2f568b6862d8b7ae358a1ab4ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f7f1ffe340390defca91ad3fed131d3d7f0fd2f568b6862d8b7ae358a1ab4ca", kill_on_drop: false }` [INFO] [stdout] 4f7f1ffe340390defca91ad3fed131d3d7f0fd2f568b6862d8b7ae358a1ab4ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a475c0d969b7536e7bd27742657e5a9959945f4477e5c0b082f172a2fc1907f1 [INFO] running `Command { std: "docker" "start" "-a" "a475c0d969b7536e7bd27742657e5a9959945f4477e5c0b082f172a2fc1907f1", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/compressor.rs:152:1 [INFO] [stderr] | [INFO] [stderr] 152 | / dispatch!(mach, M, { [INFO] [stderr] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stderr] 154 | | f8_impl(mach, state, data); [INFO] [stderr] 155 | | } [INFO] [stderr] 156 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/compressor.rs:152:1 [INFO] [stderr] | [INFO] [stderr] 152 | / dispatch!(mach, M, { [INFO] [stderr] 153 | | fn f8(state: &mut [vec128_storage; 8], data: *const u8) { [INFO] [stderr] 154 | | f8_impl(mach, state, data); [INFO] [stderr] 155 | | } [INFO] [stderr] 156 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `dispatch` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `dispatch` may come from an old version of the `ppv_lite86` crate, try updating your dependency with `cargo update -p ppv_lite86` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `dispatch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `jh` (lib) generated 2 warnings [INFO] [stderr] warning: `jh` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jh-80b4cc73e6a1d9a7) [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] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-34ca93e25d5a3112) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test short_512 ... ok [INFO] [stdout] test short_256 ... ok [INFO] [stdout] test short_224 ... ok [INFO] [stdout] test short_384 ... ok [INFO] [stdout] test long_512 ... ok [INFO] [stdout] test long_384 ... ok [INFO] [stdout] test long_224 ... ok [INFO] [stdout] test long_256 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.58s [INFO] [stdout] [INFO] [stderr] Doc-tests jh [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a475c0d969b7536e7bd27742657e5a9959945f4477e5c0b082f172a2fc1907f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a475c0d969b7536e7bd27742657e5a9959945f4477e5c0b082f172a2fc1907f1", kill_on_drop: false }` [INFO] [stdout] a475c0d969b7536e7bd27742657e5a9959945f4477e5c0b082f172a2fc1907f1