[INFO] fetching crate base65536 1.0.1...
[INFO] testing base65536-1.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate base65536 1.0.1 into /workspace/builds/worker-4-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate base65536 1.0.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 131eb1820779bfb258cff4b6d3e1ab88f2e9a4af07b35c0a5eee8f07d43d003e
[INFO] running `Command { std: "docker" "start" "-a" "131eb1820779bfb258cff4b6d3e1ab88f2e9a4af07b35c0a5eee8f07d43d003e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "131eb1820779bfb258cff4b6d3e1ab88f2e9a4af07b35c0a5eee8f07d43d003e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "131eb1820779bfb258cff4b6d3e1ab88f2e9a4af07b35c0a5eee8f07d43d003e", kill_on_drop: false }`
[INFO] [stdout] 131eb1820779bfb258cff4b6d3e1ab88f2e9a4af07b35c0a5eee8f07d43d003e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b097751575da297e5033c407a1b9676bee225e1b2dd332e37ec3cc8dc6d01692
[INFO] running `Command { std: "docker" "start" "-a" "b097751575da297e5033c407a1b9676bee225e1b2dd332e37ec3cc8dc6d01692", 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.30s
[INFO] running `Command { std: "docker" "inspect" "b097751575da297e5033c407a1b9676bee225e1b2dd332e37ec3cc8dc6d01692", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b097751575da297e5033c407a1b9676bee225e1b2dd332e37ec3cc8dc6d01692", kill_on_drop: false }`
[INFO] [stdout] b097751575da297e5033c407a1b9676bee225e1b2dd332e37ec3cc8dc6d01692
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 289593ecb228d95c26cef49dfd20860164b22d1eb44a3d56c8f60fbaed0b5eb5
[INFO] running `Command { std: "docker" "start" "-a" "289593ecb228d95c26cef49dfd20860164b22d1eb44a3d56c8f60fbaed0b5eb5", 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 1.01s
[INFO] running `Command { std: "docker" "inspect" "289593ecb228d95c26cef49dfd20860164b22d1eb44a3d56c8f60fbaed0b5eb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "289593ecb228d95c26cef49dfd20860164b22d1eb44a3d56c8f60fbaed0b5eb5", kill_on_drop: false }`
[INFO] [stdout] 289593ecb228d95c26cef49dfd20860164b22d1eb44a3d56c8f60fbaed0b5eb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dff199dbcf1a016c55a07e3334435033ebc3ce694188692f60e6fc92014ff3fe
[INFO] running `Command { std: "docker" "start" "-a" "dff199dbcf1a016c55a07e3334435033ebc3ce694188692f60e6fc92014ff3fe", 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.03s
[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::bad::decode_slice ... ok
[INFO] [stdout] test test::doubled_bytes::decode ... ok
[INFO] [stdout] test test::doubled_bytes::encode ... ok
[INFO] [stdout] test test::doubled_bytes::encode_buf ... ok
[INFO] [stdout] test test::correct_b2s_types ... ok
[INFO] [stdout] test test::doubled_bytes::sanity ... ok
[INFO] [stdout] test test::error_send ... ok
[INFO] [stdout] test test::doubled_bytes::decode_slice ... ok
[INFO] [stdout] test test::doubled_bytes::decode_buf ... ok
[INFO] [stdout] test test::error_sync ... ok
[INFO] [stdout] test test::ignore_garbage::decode_buf ... ok
[INFO] [stdout] test test::ignore_garbage::decode ... ok
[INFO] [stdout] test test::ignore_garbage::decode_slice ... ok
[INFO] [stdout] test test::ignore_garbage::sanity ... ok
[INFO] [stdout] test test::pairs::sanity ... ok
[INFO] [stdout] test test::single_bytes::decode_buf ... ok
[INFO] [stdout] test test::single_bytes::encode ... ok
[INFO] [stdout] test test::single_bytes::encode_buf ... ok
[INFO] [stdout] test test::single_bytes::sanity ... ok
[INFO] [stdout] test test::wrap::encode_2 ... ok
[INFO] [stdout] test test::single_bytes::decode_slice ... ok
[INFO] [stdout] test test::single_bytes::decode ... ok
[INFO] [stdout] test test::wrap::encode_1 ... 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_5 ... ok
[INFO] [stdout] test test::wrap::encode_76 ... ok
[INFO] [stdout] test test::wrap::encode_4 ... ok
[INFO] [stdout] test test::wrap::encode_256 ... ok
[INFO] [stdout] test test::wrap::encode_buf_3 ... ok
[INFO] [stdout] test test::wrap::encode_buf_76 ... ok
[INFO] [stdout] test test::wrap::encode_buf_5 ... ok
[INFO] [stdout] test test::wrap::sanity_2 ... ok
[INFO] [stdout] test test::wrap::sanity_256 ... ok
[INFO] [stdout] test test::wrap::sanity_1000 ... ok
[INFO] [stdout] test test::wrap::sanity_140 ... ok
[INFO] [stdout] test test::wrap::sanity_1 ... ok
[INFO] [stdout] test test::wrap::sanity_4 ... ok
[INFO] [stdout] test test::wrap::sanity_5 ... ok
[INFO] [stdout] test test::wrap::encode_1000 ... ok
[INFO] [stdout] test test::wrap::sanity_76 ... ok
[INFO] [stdout] test test::wrapoptions_sync ... ok
[INFO] [stdout] test test::wrapoptions_send ... ok
[INFO] [stdout] test test::wrap::encode_buf_256 ... ok
[INFO] [stdout] test test::wrap::encode_buf_1000 ... ok
[INFO] [stdout] test test::wrap::encode_140 ... ok
[INFO] [stdout] test test::pairs::decode ... ok
[INFO] [stdout] test test::wrap::encode_buf_140 ... ok
[INFO] [stdout] test test::pairs::encode ... ok
[INFO] [stdout] test test::pairs::encode_buf ... ok
[INFO] [stdout] test test::pairs::decode_buf ... ok
[INFO] [stdout] test test::pairs::decode_slice ... ok
[INFO] [stderr]    Doc-tests base65536
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - decode_slice (line 315) ... ok
[INFO] [stdout] test src/lib.rs - decode_buf (line 256) ... ok
[INFO] [stdout] test src/lib.rs - decode (line 210) ... ok
[INFO] [stdout] test src/lib.rs - encode_buf (line 520) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 433) ... ok
[INFO] [stdout] test src/lib.rs - (line 23) ... ok
[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 413) ... ok
[INFO] [stdout] test src/lib.rs - (line 40) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 405) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.76s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dff199dbcf1a016c55a07e3334435033ebc3ce694188692f60e6fc92014ff3fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dff199dbcf1a016c55a07e3334435033ebc3ce694188692f60e6fc92014ff3fe", kill_on_drop: false }`
[INFO] [stdout] dff199dbcf1a016c55a07e3334435033ebc3ce694188692f60e6fc92014ff3fe
