[INFO] fetching crate base65536 1.0.1... [INFO] testing base65536-1.0.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate base65536 1.0.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate base65536 1.0.1 [INFO] finished tweaking crates.io crate base65536 1.0.1 [INFO] tweaked toml for crates.io crate base65536 1.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate base65536 1.0.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 109306736a68f68ac9ce19915885d8dce56997f0eb592aae6815e3dfdc5911fc [INFO] running `Command { std: "docker" "start" "-a" "109306736a68f68ac9ce19915885d8dce56997f0eb592aae6815e3dfdc5911fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "109306736a68f68ac9ce19915885d8dce56997f0eb592aae6815e3dfdc5911fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "109306736a68f68ac9ce19915885d8dce56997f0eb592aae6815e3dfdc5911fc", kill_on_drop: false }` [INFO] [stdout] 109306736a68f68ac9ce19915885d8dce56997f0eb592aae6815e3dfdc5911fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 7f6b36cc667ea56e893468c00d66d699718d503d4e6d9af0580cd61cd5d507db [INFO] running `Command { std: "docker" "start" "-a" "7f6b36cc667ea56e893468c00d66d699718d503d4e6d9af0580cd61cd5d507db", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling base65536 v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `fnv`, and `nightly` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "7f6b36cc667ea56e893468c00d66d699718d503d4e6d9af0580cd61cd5d507db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f6b36cc667ea56e893468c00d66d699718d503d4e6d9af0580cd61cd5d507db", kill_on_drop: false }` [INFO] [stdout] 7f6b36cc667ea56e893468c00d66d699718d503d4e6d9af0580cd61cd5d507db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e70bccc1d4c9a59b390f0a5a9aa1037233a0824c522b5f225341b03be4a49fab [INFO] running `Command { std: "docker" "start" "-a" "e70bccc1d4c9a59b390f0a5a9aa1037233a0824c522b5f225341b03be4a49fab", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `fnv`, and `nightly` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling base65536 v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `fnv`, and `nightly` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `Command { std: "docker" "inspect" "e70bccc1d4c9a59b390f0a5a9aa1037233a0824c522b5f225341b03be4a49fab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e70bccc1d4c9a59b390f0a5a9aa1037233a0824c522b5f225341b03be4a49fab", kill_on_drop: false }` [INFO] [stdout] e70bccc1d4c9a59b390f0a5a9aa1037233a0824c522b5f225341b03be4a49fab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1ab7b270f25cd9aecd200d2501306a5d88827f4d8b0feb05e02a777fdfe3dafe [INFO] running `Command { std: "docker" "start" "-a" "1ab7b270f25cd9aecd200d2501306a5d88827f4d8b0feb05e02a777fdfe3dafe", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/lib.rs:77:12 [INFO] [stderr] | [INFO] [stderr] 77 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `fnv`, and `nightly` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `base65536` (lib) generated 1 warning [INFO] [stderr] warning: `base65536` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/base65536-dc7ce1f1630ee823) [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test test::correct_b2s_types ... ok [INFO] [stdout] test test::bad::decode_slice ... ok [INFO] [stdout] test test::error_send ... ok [INFO] [stdout] test test::bad::decode_buf ... ok [INFO] [stdout] test test::error_sync ... ok [INFO] [stdout] test test::doubled_bytes::sanity ... ok [INFO] [stdout] test test::doubled_bytes::encode_buf ... ok [INFO] [stdout] test test::ignore_garbage::decode ... ok [INFO] [stdout] test test::ignore_garbage::decode_buf ... ok [INFO] [stdout] test test::ignore_garbage::sanity ... ok [INFO] [stdout] test test::doubled_bytes::decode_slice ... ok [INFO] [stdout] test test::doubled_bytes::encode ... ok [INFO] [stdout] test test::doubled_bytes::decode ... ok [INFO] [stdout] test test::doubled_bytes::decode_buf ... ok [INFO] [stdout] test test::bad::decode ... ok [INFO] [stdout] test test::ignore_garbage::decode_slice ... ok [INFO] [stdout] test test::single_bytes::decode ... ok [INFO] [stdout] test test::single_bytes::encode_buf ... ok [INFO] [stdout] test test::single_bytes::sanity ... ok [INFO] [stdout] test test::pairs::sanity ... ok [INFO] [stdout] test test::wrap::encode_1 ... ok [INFO] [stdout] test test::single_bytes::decode_slice ... ok [INFO] [stdout] test test::single_bytes::encode ... ok [INFO] [stdout] test test::single_bytes::decode_buf ... ok [INFO] [stdout] test test::wrap::encode_5 ... ok [INFO] [stdout] test test::wrap::encode_76 ... ok [INFO] [stdout] test test::wrap::encode_buf_2 ... ok [INFO] [stdout] test test::wrap::encode_buf_1 ... ok [INFO] [stdout] test test::wrap::encode_1000 ... ok [INFO] [stdout] test test::wrap::encode_2 ... ok [INFO] [stdout] test test::wrap::encode_4 ... ok [INFO] [stdout] test test::wrap::encode_buf_5 ... ok [INFO] [stdout] test test::wrap::encode_buf_1000 ... ok [INFO] [stdout] test test::wrap::sanity_1 ... ok [INFO] [stdout] test test::wrap::encode_256 ... ok [INFO] [stdout] test test::wrap::sanity_1000 ... ok [INFO] [stdout] test test::wrap::encode_buf_76 ... ok [INFO] [stdout] test test::wrap::sanity_4 ... ok [INFO] [stdout] test test::wrap::encode_buf_3 ... ok [INFO] [stdout] test test::wrap::sanity_140 ... ok [INFO] [stdout] test test::wrap::sanity_2 ... ok [INFO] [stdout] test test::wrap::sanity_256 ... ok [INFO] [stdout] test test::wrapoptions_send ... ok [INFO] [stdout] test test::wrap::sanity_76 ... ok [INFO] [stdout] test test::wrapoptions_sync ... ok [INFO] [stdout] test test::wrap::encode_buf_256 ... ok [INFO] [stdout] test test::wrap::sanity_5 ... ok [INFO] [stdout] test test::pairs::encode ... ok [INFO] [stdout] test test::wrap::encode_140 ... ok [INFO] [stdout] test test::wrap::encode_buf_140 ... ok [INFO] [stdout] test test::pairs::encode_buf ... ok [INFO] [stdout] test test::pairs::decode_buf ... ok [INFO] [stdout] test test::pairs::decode ... ok [INFO] [stdout] test test::pairs::decode_slice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1ab7b270f25cd9aecd200d2501306a5d88827f4d8b0feb05e02a777fdfe3dafe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ab7b270f25cd9aecd200d2501306a5d88827f4d8b0feb05e02a777fdfe3dafe", kill_on_drop: false }` [INFO] [stdout] 1ab7b270f25cd9aecd200d2501306a5d88827f4d8b0feb05e02a777fdfe3dafe