[INFO] fetching crate base65536 1.0.1...
[INFO] testing base65536-1.0.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate base65536 1.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate base65536 1.0.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6736686e0c4c51716ef8b314b92e7fe724aa343e3e4749f76f1050943a908354
[INFO] running `Command { std: "docker" "start" "-a" "6736686e0c4c51716ef8b314b92e7fe724aa343e3e4749f76f1050943a908354", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6736686e0c4c51716ef8b314b92e7fe724aa343e3e4749f76f1050943a908354", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6736686e0c4c51716ef8b314b92e7fe724aa343e3e4749f76f1050943a908354", kill_on_drop: false }`
[INFO] [stdout] 6736686e0c4c51716ef8b314b92e7fe724aa343e3e4749f76f1050943a908354
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c448bcfb05a864c5d48cf9cd181e05a09fa29085f4dc81a51b6d397587477b3
[INFO] running `Command { std: "docker" "start" "-a" "0c448bcfb05a864c5d48cf9cd181e05a09fa29085f4dc81a51b6d397587477b3", 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`, `nightly`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "0c448bcfb05a864c5d48cf9cd181e05a09fa29085f4dc81a51b6d397587477b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c448bcfb05a864c5d48cf9cd181e05a09fa29085f4dc81a51b6d397587477b3", kill_on_drop: false }`
[INFO] [stdout] 0c448bcfb05a864c5d48cf9cd181e05a09fa29085f4dc81a51b6d397587477b3
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1519a7a37dd9cf76319ee9e5e5ab454ff50c0110f44285b6dd342df687953abf
[INFO] running `Command { std: "docker" "start" "-a" "1519a7a37dd9cf76319ee9e5e5ab454ff50c0110f44285b6dd342df687953abf", 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`, `nightly`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[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`, `nightly`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] running `Command { std: "docker" "inspect" "1519a7a37dd9cf76319ee9e5e5ab454ff50c0110f44285b6dd342df687953abf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1519a7a37dd9cf76319ee9e5e5ab454ff50c0110f44285b6dd342df687953abf", kill_on_drop: false }`
[INFO] [stdout] 1519a7a37dd9cf76319ee9e5e5ab454ff50c0110f44285b6dd342df687953abf
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 282bc078f20643ca2cf8907bdb2fe7a6187421e611fc0a7c950cd49feb05bf1e
[INFO] running `Command { std: "docker" "start" "-a" "282bc078f20643ca2cf8907bdb2fe7a6187421e611fc0a7c950cd49feb05bf1e", 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`, `nightly`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/base65536-62ac28e8dcd1d581)
[INFO] [stdout] running 54 tests
[INFO] [stdout] test test::correct_b2s_types ... ok
[INFO] [stdout] test test::bad::decode ... ok
[INFO] [stdout] test test::doubled_bytes::decode ... ok
[INFO] [stdout] test test::doubled_bytes::decode_buf ... ok
[INFO] [stdout] test test::bad::decode_buf ... ok
[INFO] [stdout] test test::doubled_bytes::encode ... ok
[INFO] [stdout] test test::doubled_bytes::decode_slice ... ok
[INFO] [stdout] test test::doubled_bytes::encode_buf ... ok
[INFO] [stdout] test test::error_send ... ok
[INFO] [stdout] test test::ignore_garbage::decode_slice ... ok
[INFO] [stdout] test test::bad::decode_slice ... ok
[INFO] [stdout] test test::ignore_garbage::sanity ... ok
[INFO] [stdout] test test::ignore_garbage::decode_buf ... ok
[INFO] [stdout] test test::error_sync ... ok
[INFO] [stdout] test test::doubled_bytes::sanity ... ok
[INFO] [stdout] test test::ignore_garbage::decode ... ok
[INFO] [stdout] test test::single_bytes::decode ... ok
[INFO] [stdout] test test::single_bytes::decode_buf ... ok
[INFO] [stdout] test test::single_bytes::decode_slice ... ok
[INFO] [stdout] test test::pairs::sanity ... ok
[INFO] [stdout] test test::single_bytes::sanity ... ok
[INFO] [stdout] test test::wrap::encode_1 ... ok
[INFO] [stdout] test test::single_bytes::encode ... ok
[INFO] [stdout] test test::single_bytes::encode_buf ... ok
[INFO] [stdout] test test::wrap::encode_2 ... ok
[INFO] [stdout] test test::wrap::encode_1000 ... 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_256 ... ok
[INFO] [stdout] test test::pairs::encode_buf ... ok
[INFO] [stdout] test test::wrap::encode_buf_1000 ... ok
[INFO] [stdout] test test::wrap::encode_buf_2 ... ok
[INFO] [stdout] test test::wrap::encode_buf_3 ... ok
[INFO] [stdout] test test::wrap::encode_buf_256 ... ok
[INFO] [stdout] test test::wrap::encode_buf_5 ... ok
[INFO] [stdout] test test::wrap::sanity_1 ... ok
[INFO] [stdout] test test::wrap::encode_buf_76 ... ok
[INFO] [stdout] test test::wrap::sanity_1000 ... ok
[INFO] [stdout] test test::wrap::sanity_2 ... ok
[INFO] [stdout] test test::wrap::sanity_140 ... ok
[INFO] [stdout] test test::pairs::encode ... ok
[INFO] [stdout] test test::wrap::sanity_4 ... ok
[INFO] [stdout] test test::wrap::sanity_256 ... ok
[INFO] [stdout] test test::wrap::encode_buf_140 ... 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::sanity_5 ... ok
[INFO] [stdout] test test::wrap::encode_140 ... ok
[INFO] [stdout] test test::pairs::decode_buf ... ok
[INFO] [stdout] test test::pairs::decode_slice ... ok
[INFO] [stdout] test test::pairs::decode ... 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.67s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - (line 40) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 433) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 413) ... ok
[INFO] [stdout] test src/lib.rs - encode (line 405) ... ok
[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 - (line 23) ... ok
[INFO] [stdout] test src/lib.rs - encode_buf (line 487) ... ok
[INFO] [stdout] test src/lib.rs - encode_buf (line 520) ... ok
[INFO] [stdout] test src/lib.rs - encode_buf (line 498) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "282bc078f20643ca2cf8907bdb2fe7a6187421e611fc0a7c950cd49feb05bf1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "282bc078f20643ca2cf8907bdb2fe7a6187421e611fc0a7c950cd49feb05bf1e", kill_on_drop: false }`
[INFO] [stdout] 282bc078f20643ca2cf8907bdb2fe7a6187421e611fc0a7c950cd49feb05bf1e
