[INFO] fetching crate ggrep 0.1.13... [INFO] testing ggrep-0.1.13 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate ggrep 0.1.13 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate ggrep 0.1.13 [INFO] finished tweaking crates.io crate ggrep 0.1.13 [INFO] tweaked toml for crates.io crate ggrep 0.1.13 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ggrep 0.1.13 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] crate crates.io crate ggrep 0.1.13 already has a lockfile, it will not be regenerated [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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded futures-timer v1.0.3 [INFO] [stderr] Downloaded async-macros v1.0.0 [INFO] [stderr] Downloaded async-std v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] f94e24248ddca610b3de21867f620f9cfa6cb50bc920a272bc1c5b8b9e37906b [INFO] running `Command { std: "docker" "start" "-a" "f94e24248ddca610b3de21867f620f9cfa6cb50bc920a272bc1c5b8b9e37906b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f94e24248ddca610b3de21867f620f9cfa6cb50bc920a272bc1c5b8b9e37906b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f94e24248ddca610b3de21867f620f9cfa6cb50bc920a272bc1c5b8b9e37906b", kill_on_drop: false }` [INFO] [stdout] f94e24248ddca610b3de21867f620f9cfa6cb50bc920a272bc1c5b8b9e37906b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 65d877e8fac603bf980195425dde38b3c80b02273ea6fe0fc44538f5206f38f3 [INFO] running `Command { std: "docker" "start" "-a" "65d877e8fac603bf980195425dde38b3c80b02273ea6fe0fc44538f5206f38f3", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling futures-timer v1.0.3 [INFO] [stderr] Compiling async-macros v1.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling async-task v1.0.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling pin-project-lite v0.1.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling once_cell v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling async-std v1.0.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling ggrep v0.1.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `use_regex` is never read [INFO] [stdout] --> src/command_domain.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct CommandArguments { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 5 | pub use_regex: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.61s [INFO] running `Command { std: "docker" "inspect" "65d877e8fac603bf980195425dde38b3c80b02273ea6fe0fc44538f5206f38f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65d877e8fac603bf980195425dde38b3c80b02273ea6fe0fc44538f5206f38f3", kill_on_drop: false }` [INFO] [stdout] 65d877e8fac603bf980195425dde38b3c80b02273ea6fe0fc44538f5206f38f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2f0861d6266aff78370721c8d01cec0e9c6ea31a5877017a5cac046fc3c996c7 [INFO] running `Command { std: "docker" "start" "-a" "2f0861d6266aff78370721c8d01cec0e9c6ea31a5877017a5cac046fc3c996c7", kill_on_drop: false }` [INFO] [stderr] Compiling ggrep v0.1.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `use_regex` is never read [INFO] [stdout] --> src/command_domain.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct CommandArguments { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 5 | pub use_regex: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `Command { std: "docker" "inspect" "2f0861d6266aff78370721c8d01cec0e9c6ea31a5877017a5cac046fc3c996c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f0861d6266aff78370721c8d01cec0e9c6ea31a5877017a5cac046fc3c996c7", kill_on_drop: false }` [INFO] [stdout] 2f0861d6266aff78370721c8d01cec0e9c6ea31a5877017a5cac046fc3c996c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] de6270ac561fadc7eaebdd2e17ff0d258f9acfc48484e4c8cf0ac33ba37d02d1 [INFO] running `Command { std: "docker" "start" "-a" "de6270ac561fadc7eaebdd2e17ff0d258f9acfc48484e4c8cf0ac33ba37d02d1", kill_on_drop: false }` [INFO] [stderr] warning: field `use_regex` is never read [INFO] [stderr] --> src/command_domain.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub struct CommandArguments { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 5 | pub use_regex: bool, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ggrep` (bin "ggrep" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/ggrep-8b7a3f174fab05a7) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test filter_service::tests::test_non_expand_beginning_of_line_2 ... ok [INFO] [stdout] test filter_service::tests::test_expand_match_after_end_group ... ok [INFO] [stdout] test filter_service::tests::test_non_expand_beginning_of_line ... ok [INFO] [stdout] test filter_service::tests::test_expand_match_before_begin_group_1 ... ok [INFO] [stdout] test filter_service::tests::test_non_expand_skip_line_break_before_end_of_line_2 ... ok [INFO] [stdout] test filter_service::tests::test_non_expand_nested_2nd_level ... ok [INFO] [stdout] test filter_service::tests::test_expand_match_before_begin_group_2 ... ok [INFO] [stdout] test filter_service::tests::test_expand_match_before_begin_group_and_after_end_group ... ok [INFO] [stdout] test filter_service::tests::test_non_expand_skip_line_break_before_end_of_line_1 ... ok [INFO] [stdout] test filter_service::tests::test_non_expand_beginning_of_line_1 ... ok [INFO] [stdout] test filter_service::tests::test_non_expand_nested_1st_level ... ok [INFO] [stdout] test filter_service::tests::test2 ... ok [INFO] [stdout] test filter_service::tests::test_non_expand_skip_line_break_to_end_of_line ... ok [INFO] [stdout] test filter_service::tests::test_expanded_nested_1st_level_beginning_and_ending_of_string ... ok [INFO] [stdout] test filter_service::tests::test_file ... ok [INFO] [stdout] test filter_service::tests::test_expanded_nested_1st_level ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "de6270ac561fadc7eaebdd2e17ff0d258f9acfc48484e4c8cf0ac33ba37d02d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de6270ac561fadc7eaebdd2e17ff0d258f9acfc48484e4c8cf0ac33ba37d02d1", kill_on_drop: false }` [INFO] [stdout] de6270ac561fadc7eaebdd2e17ff0d258f9acfc48484e4c8cf0ac33ba37d02d1