[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 beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwfraser%2Frsbrowse" "/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/wfraser/rsbrowse on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-8/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" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wasmer_enumset v1.0.1 [INFO] [stderr] Downloaded cursive_core v0.2.2 [INFO] [stderr] Downloaded cursive v0.16.3 [INFO] [stderr] Downloaded rls-analysis v0.18.1 [INFO] [stderr] Downloaded wasmer_enumset_derive v0.5.0 [INFO] [stderr] Downloaded rls-data v0.19.1 [INFO] [stderr] Downloaded ncurses v5.101.0 [INFO] [stderr] Downloaded rls-span v0.5.4 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 32a568c6346349efb799f520f3a2a255fab14618faa9c4688602ee2cb20e1c62 [INFO] running `Command { std: "docker" "start" "-a" "32a568c6346349efb799f520f3a2a255fab14618faa9c4688602ee2cb20e1c62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32a568c6346349efb799f520f3a2a255fab14618faa9c4688602ee2cb20e1c62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32a568c6346349efb799f520f3a2a255fab14618faa9c4688602ee2cb20e1c62", kill_on_drop: false }` [INFO] [stdout] 32a568c6346349efb799f520f3a2a255fab14618faa9c4688602ee2cb20e1c62 [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=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" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f111072576c751e0feb00bff36901e7833fdb6e02fd740d2a0eba3c237121870 [INFO] running `Command { std: "docker" "start" "-a" "f111072576c751e0feb00bff36901e7833fdb6e02fd740d2a0eba3c237121870", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.96 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling array-macro v1.0.5 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling json v0.11.15 [INFO] [stderr] Compiling rsbrowse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling fst v0.3.5 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling ncurses v5.101.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling pancurses v0.16.1 [INFO] [stderr] Compiling num-rational v0.3.2 [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 darling_macro v0.10.2 [INFO] [stderr] Compiling enum-map v0.6.4 [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 36.78s [INFO] running `Command { std: "docker" "inspect" "f111072576c751e0feb00bff36901e7833fdb6e02fd740d2a0eba3c237121870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f111072576c751e0feb00bff36901e7833fdb6e02fd740d2a0eba3c237121870", kill_on_drop: false }` [INFO] [stdout] f111072576c751e0feb00bff36901e7833fdb6e02fd740d2a0eba3c237121870 [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=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" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4aeb3ef4a04da7ef2dd6dccfc47cf81383a5a718a761453f65ebd96667dc272 [INFO] running `Command { std: "docker" "start" "-a" "f4aeb3ef4a04da7ef2dd6dccfc47cf81383a5a718a761453f65ebd96667dc272", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rsbrowse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `Command { std: "docker" "inspect" "f4aeb3ef4a04da7ef2dd6dccfc47cf81383a5a718a761453f65ebd96667dc272", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4aeb3ef4a04da7ef2dd6dccfc47cf81383a5a718a761453f65ebd96667dc272", kill_on_drop: false }` [INFO] [stdout] f4aeb3ef4a04da7ef2dd6dccfc47cf81383a5a718a761453f65ebd96667dc272 [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=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" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8aca659cfe6058dc6428814728d986d49d840e1bfd018a043f43ca1db5cfe897 [INFO] running `Command { std: "docker" "start" "-a" "8aca659cfe6058dc6428814728d986d49d840e1bfd018a043f43ca1db5cfe897", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rsbrowse-e19f58b23f6737e2) [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 (/opt/rustwide/target/debug/deps/rsbrowse-4e632ad44d1896d7) [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 tests/browser_test.rs (/opt/rustwide/target/debug/deps/browser_test-bc06435aab149656) [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: 0x5652c1a64d0c - [INFO] [stdout] 1: 0x5652c1a88adc - [INFO] [stdout] 2: 0x5652c1a613b5 - [INFO] [stdout] 3: 0x5652c1a669c0 - [INFO] [stdout] 4: 0x5652c1a665b2 - [INFO] [stdout] 5: 0x5652c1a67074 - [INFO] [stdout] 6: 0x5652c1a46d22 - [INFO] [stdout] 7: 0x5652c1a46f59 - [INFO] [stdout] 8: 0x5652c1a46c63 - [INFO] [stdout] 9: 0x5652c1901346 - [INFO] [stdout] 10: 0x5652c1900efb - [INFO] [stdout] 11: 0x5652c190d2fb - [INFO] [stdout] 12: 0x5652c18f8d4c - [INFO] [stdout] 13: 0x5652c190d285 - [INFO] [stdout] 14: 0x5652c19059a2 - [INFO] [stdout] 15: 0x5652c1905a33 - [INFO] [stdout] 16: 0x5652c1905a0a - [INFO] [stdout] 17: 0x5652c190145e - [INFO] [stdout] 18: 0x5652c1941a63 - [INFO] [stdout] 19: 0x5652c19404e8 - [INFO] [stdout] 20: 0x5652c190e03e - [INFO] [stdout] 21: 0x5652c19128d8 - [INFO] [stdout] 22: 0x5652c1a6c4e3 - [INFO] [stdout] 23: 0x7fdbb5e8c609 - start_thread [INFO] [stdout] 24: 0x7fdbb5c5c293 - 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 2.48s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test browser_test' [INFO] running `Command { std: "docker" "inspect" "8aca659cfe6058dc6428814728d986d49d840e1bfd018a043f43ca1db5cfe897", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8aca659cfe6058dc6428814728d986d49d840e1bfd018a043f43ca1db5cfe897", kill_on_drop: false }` [INFO] [stdout] 8aca659cfe6058dc6428814728d986d49d840e1bfd018a043f43ca1db5cfe897