[INFO] cloning repository https://github.com/sigpher/rust_scraper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sigpher/rust_scraper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsigpher%2Frust_scraper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsigpher%2Frust_scraper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dcb20586c3417fdf61a4be2899be0848c8b02964 [INFO] building sigpher/rust_scraper against master#70591dc15db32941fe3595fdbf98e58d6975f95e for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsigpher%2Frust_scraper" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sigpher/rust_scraper on toolchain 70591dc15db32941fe3595fdbf98e58d6975f95e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sigpher/rust_scraper [INFO] finished tweaking git repo https://github.com/sigpher/rust_scraper [INFO] tweaked toml for git repo https://github.com/sigpher/rust_scraper written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sigpher/rust_scraper 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" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded jsonpath v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9323d9a7c89ec3db2740fd1c8cfe75a114365027a85138daa746c8865e28357c [INFO] running `Command { std: "docker" "start" "-a" "9323d9a7c89ec3db2740fd1c8cfe75a114365027a85138daa746c8865e28357c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9323d9a7c89ec3db2740fd1c8cfe75a114365027a85138daa746c8865e28357c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9323d9a7c89ec3db2740fd1c8cfe75a114365027a85138daa746c8865e28357c", kill_on_drop: false }` [INFO] [stdout] 9323d9a7c89ec3db2740fd1c8cfe75a114365027a85138daa746c8865e28357c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 387727809e9b390d8b63f978ebbb1041abfc43e397f8cd9fac3c86427904679b [INFO] running `Command { std: "docker" "start" "-a" "387727809e9b390d8b63f978ebbb1041abfc43e397f8cd9fac3c86427904679b", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio v1.21.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling gimli v0.26.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling dtoa-short v0.3.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaWcFRD5/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-channel` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `miniz_oxide` (lib) [INFO] [stdout] error: failed to write /tmp/rustct5bXzO/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `markup5ever v0.11.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/markup5ever-4252797574ab37d9/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/markup5ever-0.11.0/build.rs:130:6: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x556d9166552d - std::backtrace_rs::backtrace::libunwind::trace::h64d89666a085324f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x556d9166552d - std::backtrace_rs::backtrace::trace_unsynchronized::hc1fd51ebf53feac0 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x556d9166552d - std::sys::backtrace::_print_fmt::h1e2e2270635613f5 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x556d9166552d - ::fmt::head0a12237d1ed93 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x556d9168359b - core::fmt::rt::Argument::fmt::hca35d416b932a57e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x556d9168359b - core::fmt::write::heff85b040f055f4e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/fmt/mod.rs:1178:21 [INFO] [stderr] 6: 0x556d91662d53 - std::io::Write::write_fmt::h1fb5f12daefdf59e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/io/mod.rs:1823:15 [INFO] [stderr] 7: 0x556d916666e2 - std::sys::backtrace::BacktraceLock::print::haacb2da813753a92 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x556d916666e2 - std::panicking::default_hook::{{closure}}::hfb344a23a7cc588e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:266:22 [INFO] [stderr] 9: 0x556d9166634e - std::panicking::default_hook::h9de6e44e4e5f3f5f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:293:9 [INFO] [stderr] 10: 0x556d91666fdf - std::panicking::rust_panic_with_hook::h038f7ba5eec8d9df [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:797:13 [INFO] [stderr] 11: 0x556d91666cc7 - std::panicking::begin_panic_handler::{{closure}}::h7367d2e8ac1b10d1 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:671:13 [INFO] [stderr] 12: 0x556d91665a19 - std::sys::backtrace::__rust_end_short_backtrace::h1ef546f372febf07 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x556d91666954 - rust_begin_unwind [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:662:5 [INFO] [stderr] 14: 0x556d91682783 - core::panicking::panic_fmt::h8f523524c8331b38 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/panicking.rs:74:14 [INFO] [stderr] 15: 0x556d91682b76 - core::result::unwrap_failed::h94f7e8c73f7e4200 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/result.rs:1679:5 [INFO] [stderr] 16: 0x556d915fa097 - build_script_build::named_entities_to_phf::hb6b94db232e6630b [INFO] [stderr] 17: 0x556d915f8942 - build_script_build::main::hbb0ec6a10349b5cd [INFO] [stderr] 18: 0x556d915f5953 - core::ops::function::FnOnce::call_once::hc91c288f54d99af2 [INFO] [stderr] 19: 0x556d915fc066 - std::sys::backtrace::__rust_begin_short_backtrace::ha70f98a8601542b3 [INFO] [stderr] 20: 0x556d915f5429 - std::rt::lang_start::{{closure}}::hb670182bf3232d46 [INFO] [stderr] 21: 0x556d916607e0 - core::ops::function::impls:: for &F>::call_once::h6832ba58550d62fe [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x556d916607e0 - std::panicking::try::do_call::h26c6799adb14441c [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:554:40 [INFO] [stderr] 23: 0x556d916607e0 - std::panicking::try::he249d22783e22331 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:518:19 [INFO] [stderr] 24: 0x556d916607e0 - std::panic::catch_unwind::h33fb84fbab194eec [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panic.rs:345:14 [INFO] [stderr] 25: 0x556d916607e0 - std::rt::lang_start_internal::{{closure}}::h709b77417353bc5a [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/rt.rs:143:48 [INFO] [stderr] 26: 0x556d916607e0 - std::panicking::try::do_call::h8ea17ec9dbc67bf8 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:554:40 [INFO] [stderr] 27: 0x556d916607e0 - std::panicking::try::hc3b77b4df6a19630 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:518:19 [INFO] [stderr] 28: 0x556d916607e0 - std::panic::catch_unwind::haeb9fc03ca64ff6f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panic.rs:345:14 [INFO] [stderr] 29: 0x556d916607e0 - std::rt::lang_start_internal::h11fb0f5737c078a8 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/rt.rs:143:20 [INFO] [stderr] 30: 0x556d915f5407 - std::rt::lang_start::h4a2fe411d2e39c8b [INFO] [stderr] 31: 0x556d915fa405 - main [INFO] [stderr] 32: 0x7f52fe020d90 - [INFO] [stderr] 33: 0x7f52fe020e40 - __libc_start_main [INFO] [stderr] 34: 0x556d915f0c95 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] error: could not compile `futures-util` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaXHleej/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `httparse` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `time-macros` (lib) [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaAao985/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gimli` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "387727809e9b390d8b63f978ebbb1041abfc43e397f8cd9fac3c86427904679b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "387727809e9b390d8b63f978ebbb1041abfc43e397f8cd9fac3c86427904679b", kill_on_drop: false }` [INFO] [stdout] 387727809e9b390d8b63f978ebbb1041abfc43e397f8cd9fac3c86427904679b [INFO] building sigpher/rust_scraper against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsigpher%2Frust_scraper" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sigpher/rust_scraper on toolchain 7587ff3622fbec0abf6ac551eab5226f22f5d958 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sigpher/rust_scraper [INFO] finished tweaking git repo https://github.com/sigpher/rust_scraper [INFO] tweaked toml for git repo https://github.com/sigpher/rust_scraper written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sigpher/rust_scraper 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" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb810ea85bac71a5c7a610bfb3ea934876795bcc11e884cfb5a360a11d654d66 [INFO] running `Command { std: "docker" "start" "-a" "cb810ea85bac71a5c7a610bfb3ea934876795bcc11e884cfb5a360a11d654d66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb810ea85bac71a5c7a610bfb3ea934876795bcc11e884cfb5a360a11d654d66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb810ea85bac71a5c7a610bfb3ea934876795bcc11e884cfb5a360a11d654d66", kill_on_drop: false }` [INFO] [stdout] cb810ea85bac71a5c7a610bfb3ea934876795bcc11e884cfb5a360a11d654d66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad6727341d03f511356abf32f5ce810919bb50ac8a30333be84f3b8ddcf2697b [INFO] running `Command { std: "docker" "start" "-a" "ad6727341d03f511356abf32f5ce810919bb50ac8a30333be84f3b8ddcf2697b", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio v1.21.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling gimli v0.26.2 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling dtoa-short v0.3.3 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling object v0.29.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling time v0.3.14 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling publicsuffix v2.2.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling string_cache v0.8.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling cookie_store v0.16.1 [INFO] [stderr] Compiling jsonpath v0.1.1 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling scraper v0.13.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling rust_scraper v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `jsonpath` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonpath; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Html` and `selector` [INFO] [stdout] --> src/main.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use scraper::{selector, Html}; [INFO] [stdout] | ^^^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `json_body` [INFO] [stdout] --> src/main.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | let json_body: serde_json::Value = resp.json().await?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_json_body` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.68s [INFO] running `Command { std: "docker" "inspect" "ad6727341d03f511356abf32f5ce810919bb50ac8a30333be84f3b8ddcf2697b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad6727341d03f511356abf32f5ce810919bb50ac8a30333be84f3b8ddcf2697b", kill_on_drop: false }` [INFO] [stdout] ad6727341d03f511356abf32f5ce810919bb50ac8a30333be84f3b8ddcf2697b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9aa34ce599e69d31b20092b87e6ed12d10e77870af641aa1b2c49632cef41443 [INFO] running `Command { std: "docker" "start" "-a" "9aa34ce599e69d31b20092b87e6ed12d10e77870af641aa1b2c49632cef41443", kill_on_drop: false }` [INFO] [stderr] Compiling rust_scraper v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `jsonpath` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonpath; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Html` and `selector` [INFO] [stdout] --> src/main.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use scraper::{selector, Html}; [INFO] [stdout] | ^^^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `json_body` [INFO] [stdout] --> src/main.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | let json_body: serde_json::Value = resp.json().await?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_json_body` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `Command { std: "docker" "inspect" "9aa34ce599e69d31b20092b87e6ed12d10e77870af641aa1b2c49632cef41443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aa34ce599e69d31b20092b87e6ed12d10e77870af641aa1b2c49632cef41443", kill_on_drop: false }` [INFO] [stdout] 9aa34ce599e69d31b20092b87e6ed12d10e77870af641aa1b2c49632cef41443