[INFO] cloning repository https://github.com/Rantanen/protofish [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Rantanen/protofish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRantanen%2Fprotofish", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRantanen%2Fprotofish'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 65abc93db66b040720ee027fb32a6e32e5452201 [INFO] testing Rantanen/protofish against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRantanen%2Fprotofish" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Rantanen/protofish on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Rantanen/protofish [INFO] finished tweaking git repo https://github.com/Rantanen/protofish [INFO] tweaked toml for git repo https://github.com/Rantanen/protofish written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 609ebe37608389f6ec3e1cdca29c1a30c63176bc7ec5aef54386489d622c73f3 [INFO] running `Command { std: "docker" "start" "-a" "609ebe37608389f6ec3e1cdca29c1a30c63176bc7ec5aef54386489d622c73f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "609ebe37608389f6ec3e1cdca29c1a30c63176bc7ec5aef54386489d622c73f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "609ebe37608389f6ec3e1cdca29c1a30c63176bc7ec5aef54386489d622c73f3", kill_on_drop: false }` [INFO] [stdout] 609ebe37608389f6ec3e1cdca29c1a30c63176bc7ec5aef54386489d622c73f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81b3cb4aed7c7dfee42fa2b6087e7fc59e1fa9acdc8f9b29102c262cc9ad485a [INFO] running `Command { std: "docker" "start" "-a" "81b3cb4aed7c7dfee42fa2b6087e7fc59e1fa9acdc8f9b29102c262cc9ad485a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling protofish v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.28s [INFO] running `Command { std: "docker" "inspect" "81b3cb4aed7c7dfee42fa2b6087e7fc59e1fa9acdc8f9b29102c262cc9ad485a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81b3cb4aed7c7dfee42fa2b6087e7fc59e1fa9acdc8f9b29102c262cc9ad485a", kill_on_drop: false }` [INFO] [stdout] 81b3cb4aed7c7dfee42fa2b6087e7fc59e1fa9acdc8f9b29102c262cc9ad485a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c64fc79edbd7d1db36e510b089638d7cacba945aa3517df1b36d35f873742c9d [INFO] running `Command { std: "docker" "start" "-a" "c64fc79edbd7d1db36e510b089638d7cacba945aa3517df1b36d35f873742c9d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling protofish v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `bytes::BufMut` [INFO] [stdout] --> tests/encode-message.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | use bytes::BufMut; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4m 46s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/protofish-d91de49da0e22a27) [INFO] [stderr] Executable tests/create.rs (/opt/rustwide/target/debug/deps/create-36408aefe2a10067) [INFO] [stderr] Executable tests/encode-message.rs (/opt/rustwide/target/debug/deps/encode_message-b1808564ef58fb84) [INFO] [stderr] Executable tests/oneof.rs (/opt/rustwide/target/debug/deps/oneof-2e809cf1b2839db7) [INFO] [stderr] Executable tests/packed_array.rs (/opt/rustwide/target/debug/deps/packed_array-7aab99b5abd2f80a) [INFO] [stderr] Executable tests/parse.rs (/opt/rustwide/target/debug/deps/parse-ac610a041001c2be) [INFO] running `Command { std: "docker" "inspect" "c64fc79edbd7d1db36e510b089638d7cacba945aa3517df1b36d35f873742c9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c64fc79edbd7d1db36e510b089638d7cacba945aa3517df1b36d35f873742c9d", kill_on_drop: false }` [INFO] [stdout] c64fc79edbd7d1db36e510b089638d7cacba945aa3517df1b36d35f873742c9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b839b774194ce8c78d9cfb9e2511b2c011523eeafa9659da5bcfe63470eac423 [INFO] running `Command { std: "docker" "start" "-a" "b839b774194ce8c78d9cfb9e2511b2c011523eeafa9659da5bcfe63470eac423", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `bytes::BufMut` [INFO] [stderr] --> tests/encode-message.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | use bytes::BufMut; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `protofish` (test "encode-message") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/protofish-d91de49da0e22a27) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test context::parse::test::bom ... ok [INFO] [stdout] test context::parse::test::empty ... ok [INFO] [stdout] test context::parse::test::message ... ok [INFO] [stdout] test context::parse::test::parse_string_vec ... ok [INFO] [stdout] test context::parse::test::package ... ok [INFO] [stdout] test context::parse::test::pbenum ... ok [INFO] [stdout] test context::parse::test::service ... ok [INFO] [stdout] test context::test::basic_package ... ok [INFO] [stdout] test context::test::basic_multiple_package ... ok [INFO] [stdout] test decode::test::test_zigzag_encoding ... ok [INFO] [stdout] test context::parse::test::options ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/create.rs (/opt/rustwide/target/debug/deps/create-36408aefe2a10067) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test iterate_fields ... ok [INFO] [stdout] test create_context_by_hand ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/encode-message.rs (/opt/rustwide/target/debug/deps/encode_message-b1808564ef58fb84) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test encode_message ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/oneof.rs (/opt/rustwide/target/debug/deps/oneof-2e809cf1b2839db7) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test oneof ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/packed_array.rs (/opt/rustwide/target/debug/deps/packed_array-7aab99b5abd2f80a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test repeated ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/parse.rs (/opt/rustwide/target/debug/deps/parse-ac610a041001c2be) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests protofish [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b839b774194ce8c78d9cfb9e2511b2c011523eeafa9659da5bcfe63470eac423", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b839b774194ce8c78d9cfb9e2511b2c011523eeafa9659da5bcfe63470eac423", kill_on_drop: false }` [INFO] [stdout] b839b774194ce8c78d9cfb9e2511b2c011523eeafa9659da5bcfe63470eac423