[INFO] cloning repository https://github.com/probe-rs/cargo-embed [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/probe-rs/cargo-embed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprobe-rs%2Fcargo-embed", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprobe-rs%2Fcargo-embed'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f6d9306032e01f3b9d3ba93851fc3c0cad9d2843 [INFO] testing probe-rs/cargo-embed against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprobe-rs%2Fcargo-embed" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/probe-rs/cargo-embed on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/probe-rs/cargo-embed [INFO] finished tweaking git repo https://github.com/probe-rs/cargo-embed [INFO] tweaked toml for git repo https://github.com/probe-rs/cargo-embed written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/probe-rs/cargo-embed already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24fb1492c1272a7a8e0568b9a827b2638d30cdafdd7d1dab611cf523c94e8da9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "24fb1492c1272a7a8e0568b9a827b2638d30cdafdd7d1dab611cf523c94e8da9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24fb1492c1272a7a8e0568b9a827b2638d30cdafdd7d1dab611cf523c94e8da9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24fb1492c1272a7a8e0568b9a827b2638d30cdafdd7d1dab611cf523c94e8da9", kill_on_drop: false }` [INFO] [stdout] 24fb1492c1272a7a8e0568b9a827b2638d30cdafdd7d1dab611cf523c94e8da9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54c46742b3637ccce723542bf412a72c5a3f47ae9cc906cde8046c5993eccc26 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "54c46742b3637ccce723542bf412a72c5a3f47ae9cc906cde8046c5993eccc26", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling rusb v0.8.1 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling svg v0.9.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling thousands v0.2.0 [INFO] [stderr] Compiling ihex v3.0.0 [INFO] [stderr] Compiling camino v1.0.4 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling defmt-parser v0.2.2 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling leb128 v0.2.4 [INFO] [stderr] Compiling libusb1-sys v0.5.0 [INFO] [stderr] Compiling hidapi v1.2.6 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling object v0.25.3 [INFO] [stderr] Compiling gdb-protocol v0.1.0 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling defmt-decoder v0.2.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling unicode-linebreak v0.1.1 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling scroll_derive v0.10.5 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling enum-primitive-derive v0.2.1 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling git-version-macro v0.3.5 [INFO] [stderr] Compiling structopt-derive v0.4.16 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling git-version v0.3.5 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling structopt v0.3.23 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling jep106 v0.2.5 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling cargo-platform v0.1.1 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling jaylink v0.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling simplelog v0.10.0 [INFO] [stderr] Compiling goblin v0.4.2 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling probe-rs-target v0.11.0 (https://github.com/probe-rs/probe-rs#3b74adf9) [INFO] [stderr] Compiling async-io v1.4.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling cargo_metadata v0.13.1 [INFO] [stderr] Compiling crossterm v0.20.0 [INFO] [stderr] Compiling crossterm v0.21.0 [INFO] [stderr] Compiling cargo_toml v0.9.2 [INFO] [stderr] Compiling probe-rs v0.11.0 (https://github.com/probe-rs/probe-rs#3b74adf9) [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling tui v0.16.0 [INFO] [stderr] Compiling probe-rs-cli-util v0.11.0 (https://github.com/probe-rs/probe-rs#3b74adf9) [INFO] [stderr] Compiling probe-rs-rtt v0.11.0 (https://github.com/probe-rs/probe-rs-rtt#7127f02f) [INFO] [stderr] Compiling gdb-server v0.11.0 (https://github.com/probe-rs/probe-rs#3b74adf9) [INFO] [stderr] Compiling cargo-embed v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ExecutableCommand` [INFO] [stdout] --> src/rttui/app.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | ExecutableCommand, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DisableMouseCapture` [INFO] [stdout] --> src/rttui/app.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use event::{DisableMouseCapture, KeyModifiers}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `goblin::strtab::Strtab::<'a>::get`: Bad performance, use get_at() instead [INFO] [stdout] --> src/rttui/app.rs:144:59 [INFO] [stdout] | [INFO] [stdout] 144 | if let Some(Ok(name)) = binary.strtab.get(sym.st_name) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 37s [INFO] running `Command { std: "docker" "inspect" "54c46742b3637ccce723542bf412a72c5a3f47ae9cc906cde8046c5993eccc26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54c46742b3637ccce723542bf412a72c5a3f47ae9cc906cde8046c5993eccc26", kill_on_drop: false }` [INFO] [stdout] 54c46742b3637ccce723542bf412a72c5a3f47ae9cc906cde8046c5993eccc26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f96a171e3a68a23364887546c1f419d8b6c91a3c94d2f3da49e838897df9202 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0f96a171e3a68a23364887546c1f419d8b6c91a3c94d2f3da49e838897df9202", kill_on_drop: false }` [INFO] [stderr] Compiling cargo-embed v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ExecutableCommand` [INFO] [stdout] --> src/rttui/app.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | ExecutableCommand, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DisableMouseCapture` [INFO] [stdout] --> src/rttui/app.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use event::{DisableMouseCapture, KeyModifiers}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `goblin::strtab::Strtab::<'a>::get`: Bad performance, use get_at() instead [INFO] [stdout] --> src/rttui/app.rs:144:59 [INFO] [stdout] | [INFO] [stdout] 144 | if let Some(Ok(name)) = binary.strtab.get(sym.st_name) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.91s [INFO] running `Command { std: "docker" "inspect" "0f96a171e3a68a23364887546c1f419d8b6c91a3c94d2f3da49e838897df9202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f96a171e3a68a23364887546c1f419d8b6c91a3c94d2f3da49e838897df9202", kill_on_drop: false }` [INFO] [stdout] 0f96a171e3a68a23364887546c1f419d8b6c91a3c94d2f3da49e838897df9202 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 47026af501951d641be634e0f653f601956313fa967e62899bfcbd99b701edf1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "47026af501951d641be634e0f653f601956313fa967e62899bfcbd99b701edf1", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `ExecutableCommand` [INFO] [stderr] --> src/rttui/app.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | ExecutableCommand, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `DisableMouseCapture` [INFO] [stderr] --> src/rttui/app.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | use event::{DisableMouseCapture, KeyModifiers}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `goblin::strtab::Strtab::<'a>::get`: Bad performance, use get_at() instead [INFO] [stderr] --> src/rttui/app.rs:144:59 [INFO] [stderr] | [INFO] [stderr] 144 | if let Some(Ok(name)) = binary.strtab.get(sym.st_name) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `cargo-embed` (bin "cargo-embed" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_embed-7a88805aa9b5690e) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test config::test::unknown_config_items_in_config_fail ... ok [INFO] [stdout] test config::test::default_profile ... ok [INFO] [stdout] test config::test::non_existant_profile_is_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "47026af501951d641be634e0f653f601956313fa967e62899bfcbd99b701edf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47026af501951d641be634e0f653f601956313fa967e62899bfcbd99b701edf1", kill_on_drop: false }` [INFO] [stdout] 47026af501951d641be634e0f653f601956313fa967e62899bfcbd99b701edf1