[INFO] cloning repository https://github.com/mapkts/fcc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mapkts/fcc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmapkts%2Ffcc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmapkts%2Ffcc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4963d620338596ee95fb39f057a2ceafa0d482ae [INFO] testing mapkts/fcc 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%2Fmapkts%2Ffcc" "/workspace/builds/worker-66/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-66/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mapkts/fcc 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/mapkts/fcc [INFO] finished tweaking git repo https://github.com/mapkts/fcc [INFO] tweaked toml for git repo https://github.com/mapkts/fcc written to /workspace/builds/worker-66/source/Cargo.toml [INFO] crate git repo https://github.com/mapkts/fcc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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] 9fc796d0be5c39bf1c264bb0f977be71cd340e84d82df240cae149f7c62fda5d [INFO] running `Command { std: "docker" "start" "-a" "9fc796d0be5c39bf1c264bb0f977be71cd340e84d82df240cae149f7c62fda5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fc796d0be5c39bf1c264bb0f977be71cd340e84d82df240cae149f7c62fda5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fc796d0be5c39bf1c264bb0f977be71cd340e84d82df240cae149f7c62fda5d", kill_on_drop: false }` [INFO] [stdout] 9fc796d0be5c39bf1c264bb0f977be71cd340e84d82df240cae149f7c62fda5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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] e68686568b9da90c9342b5d76fa6f672870993a6c1db7e33a006a201fedb9c85 [INFO] running `Command { std: "docker" "start" "-a" "e68686568b9da90c9342b5d76fa6f672870993a6c1db7e33a006a201fedb9c85", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteseeker v0.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling admerge v0.1.3 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling fcc v0.4.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "e68686568b9da90c9342b5d76fa6f672870993a6c1db7e33a006a201fedb9c85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e68686568b9da90c9342b5d76fa6f672870993a6c1db7e33a006a201fedb9c85", kill_on_drop: false }` [INFO] [stdout] e68686568b9da90c9342b5d76fa6f672870993a6c1db7e33a006a201fedb9c85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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] 4f8aaec48807b9290caa1e371082ab737e009ab48b327bf077609feb75e6f480 [INFO] running `Command { std: "docker" "start" "-a" "4f8aaec48807b9290caa1e371082ab737e009ab48b327bf077609feb75e6f480", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling float-cmp v0.6.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling predicates v1.0.4 [INFO] [stderr] Compiling assert_cmd v1.0.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling fcc v0.4.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 21s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/fcc-8040b689244cb3dc) [INFO] [stderr] Executable tests/cli.rs (/opt/rustwide/target/debug/deps/cli-b88506c2ea41cafb) [INFO] running `Command { std: "docker" "inspect" "4f8aaec48807b9290caa1e371082ab737e009ab48b327bf077609feb75e6f480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8aaec48807b9290caa1e371082ab737e009ab48b327bf077609feb75e6f480", kill_on_drop: false }` [INFO] [stdout] 4f8aaec48807b9290caa1e371082ab737e009ab48b327bf077609feb75e6f480 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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] e6446e189129c4878fcd12855c6e3fbaa4ff822b61344429270f3947b646feca [INFO] running `Command { std: "docker" "start" "-a" "e6446e189129c4878fcd12855c6e3fbaa4ff822b61344429270f3947b646feca", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.63s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fcc-8040b689244cb3dc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-b88506c2ea41cafb) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test arg_newline_works_as_expected ... ok [INFO] [stdout] test arg_tailonce_works_as_expected ... ok [INFO] [stdout] test arg_headonce_works_as_expected ... ok [INFO] [stdout] test can_accept_paths_through_arg_i ... ok [INFO] [stdout] test can_accept_space_separated_paths_through_stdin ... ok [INFO] [stdout] test can_interact_with_stdio ... ok [INFO] [stdout] test args_mixed_works_as_expected ... ok [INFO] [stdout] test arg_newline_style_works_as_expected ... ok [INFO] [stdout] test bin_fcc_exists ... ok [INFO] [stdout] test can_accept_newline_separated_paths_through_stdin ... ok [INFO] [stdout] test can_write_output_to_a_file ... ok [INFO] [stdout] test skip_heads_cannot_provide_at_the_same_time ... ok [INFO] [stdout] test arg_skip_head_works_as_expected ... ok [INFO] [stdout] test arg_skip_tail_works_as_expected ... ok [INFO] [stdout] test skip_tails_cannot_provide_at_the_same_time ... ok [INFO] [stdout] test arg_skip_tail_onces_works_as_expected ... ok [INFO] [stdout] test arg_skip_tail_bytes_works_as_expected ... ok [INFO] [stdout] test arg_padding_works_as_expected ... ok [INFO] [stdout] test arg_skip_head_bytes_works_as_expected ... ok [INFO] [stdout] test arg_skip_head_once_works_as_expected ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e6446e189129c4878fcd12855c6e3fbaa4ff822b61344429270f3947b646feca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6446e189129c4878fcd12855c6e3fbaa4ff822b61344429270f3947b646feca", kill_on_drop: false }` [INFO] [stdout] e6446e189129c4878fcd12855c6e3fbaa4ff822b61344429270f3947b646feca