[INFO] cloning repository https://github.com/dlo9/wrap [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dlo9/wrap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlo9%2Fwrap", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlo9%2Fwrap'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 013ba49f804902045baf9cfc79d0b168c889cf71 [INFO] testing dlo9/wrap against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlo9%2Fwrap" "/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/dlo9/wrap on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/dlo9/wrap [INFO] finished tweaking git repo https://github.com/dlo9/wrap [INFO] tweaked toml for git repo https://github.com/dlo9/wrap written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/dlo9/wrap already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/mehcode/config-rs` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rust-ini v0.17.0 [INFO] [stderr] Downloaded dlv-list v0.2.3 [INFO] [stderr] Downloaded ordered-multimap v0.3.1 [INFO] [stderr] Downloaded json5 v0.3.0 [INFO] [stderr] Downloaded color-backtrace v0.5.1 [INFO] [stderr] Downloaded exec v0.3.1 [INFO] [stderr] Downloaded shell-escape v0.1.5 [INFO] [stderr] Downloaded bitvec v0.19.5 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ff7599d1e9727b0401a7e210155210e03a817bf670047324a2fb3b54de4b1ac [INFO] running `Command { std: "docker" "start" "-a" "5ff7599d1e9727b0401a7e210155210e03a817bf670047324a2fb3b54de4b1ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ff7599d1e9727b0401a7e210155210e03a817bf670047324a2fb3b54de4b1ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ff7599d1e9727b0401a7e210155210e03a817bf670047324a2fb3b54de4b1ac", kill_on_drop: false }` [INFO] [stdout] 5ff7599d1e9727b0401a7e210155210e03a817bf670047324a2fb3b54de4b1ac [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=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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a94e9266e515dece0659c1d1c73406ca17f00964dc023e8ecfed324479eca992 [INFO] running `Command { std: "docker" "start" "-a" "a94e9266e515dece0659c1d1c73406ca17f00964dc023e8ecfed324479eca992", 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] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling paw-raw v1.0.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling errno v0.2.7 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling object v0.25.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling exec v0.3.1 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling addr2line v0.15.2 [INFO] [stderr] Compiling dlv-list v0.2.3 [INFO] [stderr] Compiling ordered-multimap v0.3.1 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rust-ini v0.17.0 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling color-backtrace v0.5.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling paw-attributes v1.0.2 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling paw v1.0.0 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling json5 v0.3.0 [INFO] [stderr] Compiling ron v0.6.4 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling config v0.11.0 (https://github.com/mehcode/config-rs?rev=052c9503c65ee66074d00e8885aa13e6831bf079#052c9503) [INFO] [stderr] Compiling wrap v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.63s [INFO] running `Command { std: "docker" "inspect" "a94e9266e515dece0659c1d1c73406ca17f00964dc023e8ecfed324479eca992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a94e9266e515dece0659c1d1c73406ca17f00964dc023e8ecfed324479eca992", kill_on_drop: false }` [INFO] [stdout] a94e9266e515dece0659c1d1c73406ca17f00964dc023e8ecfed324479eca992 [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=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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42c5e7163517c926ae00a782b96e118051a4f43d5c7fa665bb3bc372e4cba8cb [INFO] running `Command { std: "docker" "start" "-a" "42c5e7163517c926ae00a782b96e118051a4f43d5c7fa665bb3bc372e4cba8cb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling serde_yaml v0.8.21 [INFO] [stderr] Compiling wrap v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.17s [INFO] running `Command { std: "docker" "inspect" "42c5e7163517c926ae00a782b96e118051a4f43d5c7fa665bb3bc372e4cba8cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42c5e7163517c926ae00a782b96e118051a4f43d5c7fa665bb3bc372e4cba8cb", kill_on_drop: false }` [INFO] [stdout] 42c5e7163517c926ae00a782b96e118051a4f43d5c7fa665bb3bc372e4cba8cb [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=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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 49c3d196ef1bf398d4d97b09edb8bc3e8ed4c5c19776999aa2569ddb0104d774 [INFO] running `Command { std: "docker" "start" "-a" "49c3d196ef1bf398d4d97b09edb8bc3e8ed4c5c19776999aa2569ddb0104d774", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wrap-77c4ac9beb31908f) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test wrap::command::test::display__space_in_string__escaped ... ok [INFO] [stdout] test wrap::command::test::display__single_quote_in_string__escaped ... ok [INFO] [stdout] test wrap::command::test::display__no_special_characters__not_escaped ... ok [INFO] [stdout] test wrap::command::test::display__double_quote_in_string__escaped ... ok [INFO] [stdout] test wrap::default_argument::test::deserialize__only_key_present__okay ... ok [INFO] [stdout] test wrap::variable::test::apply__one_positional__one_skipped ... ok [INFO] [stdout] test wrap::variable::test::expand__empty_input__empty_output ... ok [INFO] [stdout] test wrap::variable::test::expand__escaped_input__escape_removed ... ok [INFO] [stdout] test wrap::variable::test::expand__missing_escapable_input__error ... ok [INFO] [stdout] test wrap::variable::test::expand__literal_input__literal_output ... ok [INFO] [stdout] test wrap::variable::test::expand__invalid_escape_input__error ... ok [INFO] [stdout] test wrap::variable::test::expand__two_positional_inputs__replaced_output_one_skipped ... ok [INFO] [stdout] test wrap::variable::test::expand__missing_positional__error ... ok [INFO] [stdout] test wrap::variable::test::expand__variable_input__replaced_output ... ok [INFO] [stdout] test wrap::variable::test::expand__one_positional_input__replaced_output_one_skipped ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "49c3d196ef1bf398d4d97b09edb8bc3e8ed4c5c19776999aa2569ddb0104d774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49c3d196ef1bf398d4d97b09edb8bc3e8ed4c5c19776999aa2569ddb0104d774", kill_on_drop: false }` [INFO] [stdout] 49c3d196ef1bf398d4d97b09edb8bc3e8ed4c5c19776999aa2569ddb0104d774