[INFO] cloning repository https://github.com/wfraser/rsbrowse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wfraser/rsbrowse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwfraser%2Frsbrowse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwfraser%2Frsbrowse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 075105e68251d3cc4feb33bffab4e285376d6115 [INFO] testing wfraser/rsbrowse against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwfraser%2Frsbrowse" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wfraser/rsbrowse on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wfraser/rsbrowse [INFO] finished tweaking git repo https://github.com/wfraser/rsbrowse [INFO] tweaked toml for git repo https://github.com/wfraser/rsbrowse written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/wfraser/rsbrowse already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 470642e74f7143650fed617e62a4b4f432546faf1ca5d92f836ffbadb9d9caca [INFO] running `Command { std: "docker" "start" "-a" "470642e74f7143650fed617e62a4b4f432546faf1ca5d92f836ffbadb9d9caca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "470642e74f7143650fed617e62a4b4f432546faf1ca5d92f836ffbadb9d9caca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "470642e74f7143650fed617e62a4b4f432546faf1ca5d92f836ffbadb9d9caca", kill_on_drop: false }` [INFO] [stdout] 470642e74f7143650fed617e62a4b4f432546faf1ca5d92f836ffbadb9d9caca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6a8ae77ef8442baa193ac3121124b1e39f86ba903043888ddc20a1aeca965bc [INFO] running `Command { std: "docker" "start" "-a" "f6a8ae77ef8442baa193ac3121124b1e39f86ba903043888ddc20a1aeca965bc", kill_on_drop: false }` [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 libc v0.2.96 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling array-macro v1.0.5 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling rsbrowse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling json v0.11.15 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling fst v0.3.5 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling ncurses v5.101.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling pancurses v0.16.1 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling enum-map-derive v0.4.6 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Compiling enum-map v0.6.4 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling wasmer_enumset_derive v0.5.0 [INFO] [stderr] Compiling wasmer_enumset v1.0.1 [INFO] [stderr] Compiling cursive_core v0.2.2 [INFO] [stderr] Compiling cursive v0.16.3 [INFO] [stderr] Compiling rls-span v0.5.4 [INFO] [stderr] Compiling rls-data v0.19.1 [INFO] [stderr] Compiling rls-analysis v0.18.1 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.71s [INFO] running `Command { std: "docker" "inspect" "f6a8ae77ef8442baa193ac3121124b1e39f86ba903043888ddc20a1aeca965bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6a8ae77ef8442baa193ac3121124b1e39f86ba903043888ddc20a1aeca965bc", kill_on_drop: false }` [INFO] [stdout] f6a8ae77ef8442baa193ac3121124b1e39f86ba903043888ddc20a1aeca965bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14c17b65b0ba2f888056ae7feda89e7e01924038a1389179cbc96e5e30f431fc [INFO] running `Command { std: "docker" "start" "-a" "14c17b65b0ba2f888056ae7feda89e7e01924038a1389179cbc96e5e30f431fc", kill_on_drop: false }` [INFO] [stderr] Compiling rsbrowse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "14c17b65b0ba2f888056ae7feda89e7e01924038a1389179cbc96e5e30f431fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14c17b65b0ba2f888056ae7feda89e7e01924038a1389179cbc96e5e30f431fc", kill_on_drop: false }` [INFO] [stdout] 14c17b65b0ba2f888056ae7feda89e7e01924038a1389179cbc96e5e30f431fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9348b0690dcd3455f8c5c2bacf690172af8f51a77bfa8809eaef0517491eae4c [INFO] running `Command { std: "docker" "start" "-a" "9348b0690dcd3455f8c5c2bacf690172af8f51a77bfa8809eaef0517491eae4c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rsbrowse-32761845b7268bc1) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rsbrowse-8e4f5c84283873da) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/browser_test.rs (/opt/rustwide/target/debug/deps/browser_test-c69329b972909645) [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: could not remove build directory [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to remove directory `/opt/rustwide/target` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Device or resource busy (os error 16) [INFO] [stdout] test list_items ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- list_items stdout ---- [INFO] [stdout] thread 'list_items' panicked at 'Failed to run 'cargo clean' on test crate', tests/browser_test.rs:18:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55a2985d59dc - [INFO] [stdout] 1: 0x55a2985fbafc - [INFO] [stdout] 2: 0x55a2985d05c3 - [INFO] [stdout] 3: 0x55a2985d80b2 - [INFO] [stdout] 4: 0x55a2985d7d01 - [INFO] [stdout] 5: 0x55a2985d8703 - [INFO] [stdout] 6: 0x55a2984f2812 - [INFO] [stdout] 7: 0x55a2984f26e9 - [INFO] [stdout] 8: 0x55a2984f2793 - [INFO] [stdout] 9: 0x55a298475bc6 - [INFO] [stdout] 10: 0x55a298472b7b - [INFO] [stdout] 11: 0x55a29847080b - [INFO] [stdout] 12: 0x55a298468fea - [INFO] [stdout] 13: 0x55a298470795 - [INFO] [stdout] 14: 0x55a298479392 - [INFO] [stdout] 15: 0x55a298479423 - [INFO] [stdout] 16: 0x55a2984793fa - [INFO] [stdout] 17: 0x55a298475a0e - [INFO] [stdout] 18: 0x55a2984ab693 - [INFO] [stdout] 19: 0x55a2984aa37f - [INFO] [stdout] 20: 0x55a2984b3741 - [INFO] [stdout] 21: 0x55a2984801cf - [INFO] [stdout] 22: 0x55a2985de883 - [INFO] [stdout] 23: 0x7fbb4610b609 - start_thread [INFO] [stdout] 24: 0x7fbb45edb293 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] list_items [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test browser_test' [INFO] running `Command { std: "docker" "inspect" "9348b0690dcd3455f8c5c2bacf690172af8f51a77bfa8809eaef0517491eae4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9348b0690dcd3455f8c5c2bacf690172af8f51a77bfa8809eaef0517491eae4c", kill_on_drop: false }` [INFO] [stdout] 9348b0690dcd3455f8c5c2bacf690172af8f51a77bfa8809eaef0517491eae4c