[INFO] cloning repository https://github.com/icewind1991/espflash [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/icewind1991/espflash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fespflash", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fespflash'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 26976b34984c49a784fcfd67af3fef6f2b6a21e0 [INFO] testing icewind1991/espflash against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fespflash" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/icewind1991/espflash on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/icewind1991/espflash [INFO] finished tweaking git repo https://github.com/icewind1991/espflash [INFO] tweaked toml for git repo https://github.com/icewind1991/espflash written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f92bd6c01ddd1a1585d16572a104173d13b2e49e4f0e368c59f64b66f3d245c3 [INFO] running `Command { std: "docker" "start" "-a" "f92bd6c01ddd1a1585d16572a104173d13b2e49e4f0e368c59f64b66f3d245c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f92bd6c01ddd1a1585d16572a104173d13b2e49e4f0e368c59f64b66f3d245c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f92bd6c01ddd1a1585d16572a104173d13b2e49e4f0e368c59f64b66f3d245c3", kill_on_drop: false }` [INFO] [stdout] f92bd6c01ddd1a1585d16572a104173d13b2e49e4f0e368c59f64b66f3d245c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a72181011a80d402f2e6235bdfd22d65b1fefdc27e56ec6e678ecd7264df79a1 [INFO] running `Command { std: "docker" "start" "-a" "a72181011a80d402f2e6235bdfd22d65b1fefdc27e56ec6e678ecd7264df79a1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling zero v0.1.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling slip-codec v0.2.4 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling pico-args v0.4.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Compiling binread_derive v2.0.0 [INFO] [stderr] Compiling xmas-elf v0.7.0 [INFO] [stderr] Compiling object v0.25.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling serial-core v0.4.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling ioctl-rs v0.1.6 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling bytemuck v1.7.0 [INFO] [stderr] Compiling directories-next v2.0.0 [INFO] [stderr] Compiling serial-unix v0.4.0 [INFO] [stderr] Compiling serial v0.4.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling binread v2.1.1 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling rustc-cfg v0.4.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling cargo-project v0.2.4 [INFO] [stderr] Compiling espflash v0.1.2 (/opt/rustwide/workdir/espflash) [INFO] [stderr] Compiling cargo-espflash v0.1.2 (/opt/rustwide/workdir/cargo-espflash) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.30s [INFO] running `Command { std: "docker" "inspect" "a72181011a80d402f2e6235bdfd22d65b1fefdc27e56ec6e678ecd7264df79a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a72181011a80d402f2e6235bdfd22d65b1fefdc27e56ec6e678ecd7264df79a1", kill_on_drop: false }` [INFO] [stdout] a72181011a80d402f2e6235bdfd22d65b1fefdc27e56ec6e678ecd7264df79a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5a9216152955bf5c6319117b07b39c7678f35431932cf00072357ee4d8bf13d [INFO] running `Command { std: "docker" "start" "-a" "f5a9216152955bf5c6319117b07b39c7678f35431932cf00072357ee4d8bf13d", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling cargo-espflash v0.1.2 (/opt/rustwide/workdir/cargo-espflash) [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling espflash v0.1.2 (/opt/rustwide/workdir/espflash) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.52s [INFO] running `Command { std: "docker" "inspect" "f5a9216152955bf5c6319117b07b39c7678f35431932cf00072357ee4d8bf13d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5a9216152955bf5c6319117b07b39c7678f35431932cf00072357ee4d8bf13d", kill_on_drop: false }` [INFO] [stdout] f5a9216152955bf5c6319117b07b39c7678f35431932cf00072357ee4d8bf13d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 30a3206da84c1d987717596007372b085af55c7c95cc8dd6958e00af63027163 [INFO] running `Command { std: "docker" "start" "-a" "30a3206da84c1d987717596007372b085af55c7c95cc8dd6958e00af63027163", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_espflash-21923e3c55cdfcc9) [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 (/opt/rustwide/target/debug/deps/espflash-d3fa81f0f14ea14b) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test chip::esp32::partition_table::test_basic ... ok [INFO] [stdout] test chip::esp8266::test_esp8266_rom ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/espflash-fd9a171e732c9211) [INFO] [stdout] test chip::esp32::test_esp32_rom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests espflash [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] [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" "30a3206da84c1d987717596007372b085af55c7c95cc8dd6958e00af63027163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30a3206da84c1d987717596007372b085af55c7c95cc8dd6958e00af63027163", kill_on_drop: false }` [INFO] [stdout] 30a3206da84c1d987717596007372b085af55c7c95cc8dd6958e00af63027163