[INFO] cloning repository https://github.com/PurpleBooth/ellipsis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PurpleBooth/ellipsis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fellipsis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fellipsis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 65910c1191532c1bcdd6e146be82a0c5bddee1ac [INFO] testing PurpleBooth/ellipsis against try#5bc97a20e5cc382ae6d19f727a9e73eeb2734548 for pr-99093 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fellipsis" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PurpleBooth/ellipsis on toolchain 5bc97a20e5cc382ae6d19f727a9e73eeb2734548 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PurpleBooth/ellipsis [INFO] finished tweaking git repo https://github.com/PurpleBooth/ellipsis [INFO] tweaked toml for git repo https://github.com/PurpleBooth/ellipsis written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/PurpleBooth/ellipsis already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 891d9728d5f883557f1e009e8cb930567c369cdfdfe4ecd5c954b10471179004 [INFO] running `Command { std: "docker" "start" "-a" "891d9728d5f883557f1e009e8cb930567c369cdfdfe4ecd5c954b10471179004", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "891d9728d5f883557f1e009e8cb930567c369cdfdfe4ecd5c954b10471179004", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "891d9728d5f883557f1e009e8cb930567c369cdfdfe4ecd5c954b10471179004", kill_on_drop: false }` [INFO] [stdout] 891d9728d5f883557f1e009e8cb930567c369cdfdfe4ecd5c954b10471179004 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c5ea8bccfdb5eaa082de44b109a1eedce5c03307b1d8c09166a0692111be858 [INFO] running `Command { std: "docker" "start" "-a" "9c5ea8bccfdb5eaa082de44b109a1eedce5c03307b1d8c09166a0692111be858", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling libc v0.2.118 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling indoc v1.0.6 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling clap_lex v0.2.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling clap_derive v3.2.7 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling clap v3.2.14 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling ellipsis v0.6.54 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.88s [INFO] running `Command { std: "docker" "inspect" "9c5ea8bccfdb5eaa082de44b109a1eedce5c03307b1d8c09166a0692111be858", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c5ea8bccfdb5eaa082de44b109a1eedce5c03307b1d8c09166a0692111be858", kill_on_drop: false }` [INFO] [stdout] 9c5ea8bccfdb5eaa082de44b109a1eedce5c03307b1d8c09166a0692111be858 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08bd21d3b0c2d5429094f71490a444f9fdf9d5cf4660c1e00ec47d1ef688cc58 [INFO] running `Command { std: "docker" "start" "-a" "08bd21d3b0c2d5429094f71490a444f9fdf9d5cf4660c1e00ec47d1ef688cc58", kill_on_drop: false }` [INFO] [stderr] Compiling ellipsis v0.6.54 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.66s [INFO] running `Command { std: "docker" "inspect" "08bd21d3b0c2d5429094f71490a444f9fdf9d5cf4660c1e00ec47d1ef688cc58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08bd21d3b0c2d5429094f71490a444f9fdf9d5cf4660c1e00ec47d1ef688cc58", kill_on_drop: false }` [INFO] [stdout] 08bd21d3b0c2d5429094f71490a444f9fdf9d5cf4660c1e00ec47d1ef688cc58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0c6bd0785e6d2dea0ed9c4bb40be0dbaa55f9c170c4df9f8769616b3a609e3e [INFO] running `Command { std: "docker" "start" "-a" "b0c6bd0785e6d2dea0ed9c4bb40be0dbaa55f9c170c4df9f8769616b3a609e3e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ellipsis-068d321a9dc5f7f0) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test domain::tests::absolute_canonical_to ... ok [INFO] [stdout] test domain::tests::relative_canonical_to ... ok [INFO] [stdout] test domain::tests::home_magic_canonical_to ... ok [INFO] [stdout] test config::tests::no_config_defined ... ok [INFO] [stdout] test operations::blackhole::tests::copy_file ... ok [INFO] [stdout] test operations::blackhole::tests::exec_file ... ok [INFO] [stdout] test operations::blackhole::tests::link_file ... ok [INFO] [stdout] test operations::io::tests::copy_file ... ok [INFO] [stdout] test config::tests::copy_operation ... ok [INFO] [stdout] test config::tests::link_operation ... ok [INFO] [stdout] test config::tests::link_and_overwrite ... ok [INFO] [stdout] test operations::runner::tests::link_file ... ok [INFO] [stdout] test operations::io::tests::copy_file_into_deep_dir ... ok [INFO] [stdout] test operations::io::tests::link_file_and_do_not_overwrite ... ok [INFO] [stdout] test config::tests::exec_operation ... ok [INFO] [stdout] test operations::io::tests::link_file ... ok [INFO] [stdout] test operations::io::tests::link_file_and_overwrite ... ok [INFO] [stdout] test operations::runner::tests::exec_file ... ok [INFO] [stdout] test operations::runner::tests::copy_file ... ok [INFO] [stdout] test operations::io::tests::link_file_into_deep_dir ... ok [INFO] [stdout] test operations::io::tests::exec_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b0c6bd0785e6d2dea0ed9c4bb40be0dbaa55f9c170c4df9f8769616b3a609e3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0c6bd0785e6d2dea0ed9c4bb40be0dbaa55f9c170c4df9f8769616b3a609e3e", kill_on_drop: false }` [INFO] [stdout] b0c6bd0785e6d2dea0ed9c4bb40be0dbaa55f9c170c4df9f8769616b3a609e3e