[INFO] cloning repository https://github.com/paulusminus/transipctl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paulusminus/transipctl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulusminus%2Ftransipctl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulusminus%2Ftransipctl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 645f8a56a5374fee47badc64f43de4b55a24c702
[INFO] testing paulusminus/transipctl against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulusminus%2Ftransipctl" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/paulusminus/transipctl on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/paulusminus/transipctl
[INFO] finished tweaking git repo https://github.com/paulusminus/transipctl
[INFO] tweaked toml for git repo https://github.com/paulusminus/transipctl written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/paulusminus/transipctl 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/in/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/out/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 08162b7c2a6892006722610a342dd0b4f47f16d0466d55332efec2ef8818a30c
[INFO] running `Command { std: "docker" "start" "-a" "08162b7c2a6892006722610a342dd0b4f47f16d0466d55332efec2ef8818a30c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08162b7c2a6892006722610a342dd0b4f47f16d0466d55332efec2ef8818a30c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08162b7c2a6892006722610a342dd0b4f47f16d0466d55332efec2ef8818a30c", kill_on_drop: false }`
[INFO] [stdout] 08162b7c2a6892006722610a342dd0b4f47f16d0466d55332efec2ef8818a30c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95d17ff29db90bfefded44837e45426e8358d83b20cbfef2dcf841fd02ec2c3c
[INFO] running `Command { std: "docker" "start" "-a" "95d17ff29db90bfefded44837e45426e8358d83b20cbfef2dcf841fd02ec2c3c", kill_on_drop: false }`
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/in/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/out/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling log v0.4.24
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling cc v1.2.8
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling bitflags v2.7.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling rustls v0.23.21
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling tinyvec v1.8.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling pulldown-cmark v0.11.3
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling fd-lock v4.0.2
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling derive v1.0.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling rustyline-derive v0.11.0
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling rustyline v15.0.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling transip-command v0.4.1 (/opt/rustwide/workdir/crates/transip-command)
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling rusty-lines v0.3.1 (/opt/rustwide/workdir/crates/rusty-lines)
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hickory-proto v0.24.2
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling handlebars v5.1.2
[INFO] [stderr]    Compiling transip v0.4.0
[INFO] [stderr]    Compiling mdman v0.0.0 (https://github.com/rust-lang/cargo?tag=0.83.0#8f40fc59)
[INFO] [stderr]    Compiling xtask-build-man v0.3.4 (/opt/rustwide/workdir/crates/xtask-build-man)
[INFO] [stderr]    Compiling hickory-resolver v0.24.2
[INFO] [stderr]    Compiling acme-validation-propagation v0.1.8
[INFO] [stderr]    Compiling transip-execute v0.4.3 (/opt/rustwide/workdir/crates/transip-execute)
[INFO] [stderr]    Compiling transipctl v0.4.3 (/opt/rustwide/workdir/crates/transipctl)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.59s
[INFO] running `Command { std: "docker" "inspect" "95d17ff29db90bfefded44837e45426e8358d83b20cbfef2dcf841fd02ec2c3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95d17ff29db90bfefded44837e45426e8358d83b20cbfef2dcf841fd02ec2c3c", kill_on_drop: false }`
[INFO] [stdout] 95d17ff29db90bfefded44837e45426e8358d83b20cbfef2dcf841fd02ec2c3c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 754d72ff84d20e2476bc16ebb799a9c4be88af49d15199c2c76a0569e15ec36d
[INFO] running `Command { std: "docker" "start" "-a" "754d72ff84d20e2476bc16ebb799a9c4be88af49d15199c2c76a0569e15ec36d", kill_on_drop: false }`
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/in/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/out/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] [stderr] warning: output filename collision.
[INFO] [stderr] The example target `01` in package `transip-execute v0.4.3 (/opt/rustwide/workdir/crates/transip-execute)` has the same output filename as the example target `01` in package `rusty-lines v0.3.1 (/opt/rustwide/workdir/crates/rusty-lines)`.
[INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/01
[INFO] [stderr] The targets should have unique names.
[INFO] [stderr] Consider changing their names to be unique or compiling them separately.
[INFO] [stderr] This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
[INFO] [stderr] warning: output filename collision.
[INFO] [stderr] The example target `01` in package `transip-execute v0.4.3 (/opt/rustwide/workdir/crates/transip-execute)` has the same output filename as the example target `01` in package `rusty-lines v0.3.1 (/opt/rustwide/workdir/crates/rusty-lines)`.
[INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/01.dwp
[INFO] [stderr] The targets should have unique names.
[INFO] [stderr] Consider changing their names to be unique or compiling them separately.
[INFO] [stderr] This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling transip-execute v0.4.3 (/opt/rustwide/workdir/crates/transip-execute)
[INFO] [stderr]    Compiling transip-command v0.4.1 (/opt/rustwide/workdir/crates/transip-command)
[INFO] [stderr]    Compiling xtask-build-man v0.3.4 (/opt/rustwide/workdir/crates/xtask-build-man)
[INFO] [stderr]    Compiling transipctl v0.4.3 (/opt/rustwide/workdir/crates/transipctl)
[INFO] [stderr]    Compiling rusty-lines v0.3.1 (/opt/rustwide/workdir/crates/rusty-lines)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.03s
[INFO] running `Command { std: "docker" "inspect" "754d72ff84d20e2476bc16ebb799a9c4be88af49d15199c2c76a0569e15ec36d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "754d72ff84d20e2476bc16ebb799a9c4be88af49d15199c2c76a0569e15ec36d", kill_on_drop: false }`
[INFO] [stdout] 754d72ff84d20e2476bc16ebb799a9c4be88af49d15199c2c76a0569e15ec36d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 738b87e787956ad94962b7b8f6df39cb2b8644026e9e36194bcfa45d7689f3f8
[INFO] running `Command { std: "docker" "start" "-a" "738b87e787956ad94962b7b8f6df39cb2b8644026e9e36194bcfa45d7689f3f8", kill_on_drop: false }`
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/in/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] [stderr] error: invalid string
[INFO] [stderr] expected `"`, `'`
[INFO] [stderr]  --> ../cargo-home/git/checkouts/cargo-b84a1f0e94ea6819/8f40fc5/tests/testsuite/cargo_add/invalid_manifest/out/Cargo.toml:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | key = invalid-value
[INFO] [stderr]   |       ^
[INFO] [stderr]   |
[INFO] [stderr] warning: output filename collision.
[INFO] [stderr] The example target `01` in package `transip-execute v0.4.3 (/opt/rustwide/workdir/crates/transip-execute)` has the same output filename as the example target `01` in package `rusty-lines v0.3.1 (/opt/rustwide/workdir/crates/rusty-lines)`.
[INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/01
[INFO] [stderr] The targets should have unique names.
[INFO] [stderr] Consider changing their names to be unique or compiling them separately.
[INFO] [stderr] This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
[INFO] [stderr] warning: output filename collision.
[INFO] [stderr] The example target `01` in package `transip-execute v0.4.3 (/opt/rustwide/workdir/crates/transip-execute)` has the same output filename as the example target `01` in package `rusty-lines v0.3.1 (/opt/rustwide/workdir/crates/rusty-lines)`.
[INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/01.dwp
[INFO] [stderr] The targets should have unique names.
[INFO] [stderr] Consider changing their names to be unique or compiling them separately.
[INFO] [stderr] This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_lines-6462c9af044fe044)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test::options ... ok
[INFO] [stdout] test file::test::variable_substition ... ok
[INFO] [stdout] test test::file_options_builder ... ok
[INFO] [stdout] test file::test::variable_substition_in_iterator ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/transip_command-bb134a94f99bbfda)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::try_command_lines ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/transip_execute-50d2a667466c3b5d)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/transipctl-63dc0e57cf325c87)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/xtask_build_man-39b1eb55c6ce1d7c)
[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]    Doc-tests rusty_lines
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test crates/rusty-lines/src/lib.rs - (line 15) - compile ... ok
[INFO] [stdout] test crates/rusty-lines/src/lib.rs - (line 27) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests transip_command
[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]    Doc-tests transip_execute
[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] running `Command { std: "docker" "inspect" "738b87e787956ad94962b7b8f6df39cb2b8644026e9e36194bcfa45d7689f3f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "738b87e787956ad94962b7b8f6df39cb2b8644026e9e36194bcfa45d7689f3f8", kill_on_drop: false }`
[INFO] [stdout] 738b87e787956ad94962b7b8f6df39cb2b8644026e9e36194bcfa45d7689f3f8
