[INFO] fetching crate base65536 1.0.1...
[INFO] testing base65536-1.0.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate base65536 1.0.1 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate base65536 1.0.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d1f6ab0aa5cea320507e2030ecb5eb9587e0df2286fa7ae37389071ddf270e9
[INFO] running `Command { std: "docker" "start" "-a" "0d1f6ab0aa5cea320507e2030ecb5eb9587e0df2286fa7ae37389071ddf270e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d1f6ab0aa5cea320507e2030ecb5eb9587e0df2286fa7ae37389071ddf270e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d1f6ab0aa5cea320507e2030ecb5eb9587e0df2286fa7ae37389071ddf270e9", kill_on_drop: false }`
[INFO] [stdout] 0d1f6ab0aa5cea320507e2030ecb5eb9587e0df2286fa7ae37389071ddf270e9
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e582bc3893709e6c667844acfdd24b05876c166240e18cad49ae088992c0981c
[INFO] running `Command { std: "docker" "start" "-a" "e582bc3893709e6c667844acfdd24b05876c166240e18cad49ae088992c0981c", kill_on_drop: false }`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.34s
[INFO] running `Command { std: "docker" "inspect" "e582bc3893709e6c667844acfdd24b05876c166240e18cad49ae088992c0981c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e582bc3893709e6c667844acfdd24b05876c166240e18cad49ae088992c0981c", kill_on_drop: false }`
[INFO] [stdout] e582bc3893709e6c667844acfdd24b05876c166240e18cad49ae088992c0981c
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54a268872676a75c29d1b16f86724b170e6a391e9daf786e41441a52b8985eac
[INFO] running `Command { std: "docker" "start" "-a" "54a268872676a75c29d1b16f86724b170e6a391e9daf786e41441a52b8985eac", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 0.98s
[INFO] running `Command { std: "docker" "inspect" "54a268872676a75c29d1b16f86724b170e6a391e9daf786e41441a52b8985eac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54a268872676a75c29d1b16f86724b170e6a391e9daf786e41441a52b8985eac", kill_on_drop: false }`
[INFO] [stdout] 54a268872676a75c29d1b16f86724b170e6a391e9daf786e41441a52b8985eac
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 264193d0b8797548990fe406a72da1bdc9dff56437ecb5f8efbf67b61f32292a
[INFO] running `Command { std: "docker" "start" "-a" "264193d0b8797548990fe406a72da1bdc9dff56437ecb5f8efbf67b61f32292a", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/base65536-3ac92f862c9875c0)
[INFO] [stdout] 
[INFO] [stdout] running 54 tests
[INFO] [stdout] test test::bad::decode ... ok
[INFO] [stdout] test test::bad::decode_buf ... ok
[INFO] [stdout] test test::doubled_bytes::encode ... ok
[INFO] [stdout] test test::doubled_bytes::sanity ... ok
[INFO] [stdout] test test::error_send ... ok
[INFO] [stdout] test test::ignore_garbage::decode ... ok
[INFO] [stdout] test test::doubled_bytes::decode_buf ... ok
[INFO] [stdout] test test::ignore_garbage::decode_slice ... ok
[INFO] [stdout] test test::ignore_garbage::decode_buf ... ok
[INFO] [stdout] test test::ignore_garbage::sanity ... ok
[INFO] [stdout] test test::error_sync ... ok
[INFO] [stdout] test test::pairs::sanity ... ok
[INFO] [stdout] test test::single_bytes::decode_slice ... ok
[INFO] [stdout] test test::doubled_bytes::encode_buf ... ok
[INFO] [stdout] test test::single_bytes::encode ... ok
[INFO] [stdout] test test::doubled_bytes::decode_slice ... ok
[INFO] [stdout] test test::single_bytes::encode_buf ... ok
[INFO] [stdout] test test::wrap::encode_1 ... ok
[INFO] [stdout] test test::single_bytes::sanity ... ok
[INFO] [stdout] test test::wrap::encode_2 ... ok
[INFO] [stdout] test test::wrap::encode_4 ... ok
[INFO] [stdout] test test::wrap::encode_5 ... ok
[INFO] [stdout] test test::wrap::encode_76 ... ok
[INFO] [stdout] test test::wrap::encode_buf_1 ... ok
[INFO] [stdout] test test::wrap::encode_buf_2 ... ok
[INFO] [stdout] test test::wrap::encode_1000 ... ok
[INFO] [stdout] test test::wrap::encode_buf_3 ... ok
[INFO] [stdout] test test::wrap::encode_buf_1000 ... ok
[INFO] [stdout] test test::wrap::encode_buf_76 ... ok
[INFO] [stdout] test test::doubled_bytes::decode ... ok
[INFO] [stdout] test test::correct_b2s_types ... ok
[INFO] [stdout] test test::wrap::sanity_1000 ... ok
[INFO] [stdout] test test::wrap::sanity_2 ... ok
[INFO] [stdout] test test::wrap::sanity_256 ... ok
[INFO] [stdout] test test::wrap::sanity_4 ... ok
[INFO] [stdout] test test::wrap::sanity_5 ... ok
[INFO] [stdout] test test::wrap::sanity_76 ... ok
[INFO] [stdout] test test::wrapoptions_send ... ok
[INFO] [stdout] test test::wrapoptions_sync ... ok
[INFO] [stdout] test test::wrap::encode_256 ... ok
[INFO] [stdout] test test::wrap::sanity_1 ... ok
[INFO] [stdout] test test::wrap::sanity_140 ... ok
[INFO] [stdout] test test::wrap::encode_buf_256 ... ok
[INFO] [stdout] test test::pairs::encode ... ok
[INFO] [stdout] test test::bad::decode_slice ... ok
[INFO] [stdout] test test::wrap::encode_buf_5 ... ok
[INFO] [stdout] test test::single_bytes::decode_buf ... ok
[INFO] [stdout] test test::single_bytes::decode ... ok
[INFO] [stdout] test test::wrap::encode_buf_140 ... ok
[INFO] [stdout] test test::pairs::encode_buf ... ok
[INFO] [stdout] test test::wrap::encode_140 ... ok
[INFO] [stdout] test test::pairs::decode ... ok
[INFO] [stdout] test test::pairs::decode_buf ... 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.44s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests base65536
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - encode_buf (line 487) ... ok
[INFO] [stdout] test src/lib.rs - encode_buf (line 498) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 405) ... ok
[INFO] [stdout] test src/lib.rs - encode_buf (line 520) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 413) ... ok
[INFO] [stdout] test src/lib.rs - (line 40) ... ok
[INFO] [stdout] test src/lib.rs - (line 23) ... ok
[INFO] [stdout] test src/lib.rs - decode_slice (line 315) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 433) ... ok
[INFO] [stdout] test src/lib.rs - decode (line 210) ... ok
[INFO] [stdout] test src/lib.rs - decode_buf (line 256) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "264193d0b8797548990fe406a72da1bdc9dff56437ecb5f8efbf67b61f32292a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "264193d0b8797548990fe406a72da1bdc9dff56437ecb5f8efbf67b61f32292a", kill_on_drop: false }`
[INFO] [stdout] 264193d0b8797548990fe406a72da1bdc9dff56437ecb5f8efbf67b61f32292a
