[INFO] cloning repository https://github.com/untom/dupletti
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/untom/dupletti" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtom%2Fdupletti", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtom%2Fdupletti'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75ea4dfba01ed1153d108c9a5e3c3ff7ec8b7db1
[INFO] checking untom/dupletti against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtom%2Fdupletti" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/untom/dupletti on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/untom/dupletti
[INFO] finished tweaking git repo https://github.com/untom/dupletti
[INFO] tweaked toml for git repo https://github.com/untom/dupletti written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/untom/dupletti 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" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ffmpeg-sys-next v5.1.1
[INFO] [stderr]   Downloaded tiny_http v0.8.2
[INFO] [stderr]   Downloaded rouille v3.2.1
[INFO] [stderr]   Downloaded ffmpeg-next v5.1.1
[INFO] [stderr]   Downloaded ndarray v0.15.3
[INFO] [stderr]   Downloaded kiddo v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f7ee0764d5c4e01cfb4a7d00ce4a6fee4307bdfc130ccdaab7a84531dcc7319
[INFO] running `Command { std: "docker" "start" "-a" "3f7ee0764d5c4e01cfb4a7d00ce4a6fee4307bdfc130ccdaab7a84531dcc7319", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f7ee0764d5c4e01cfb4a7d00ce4a6fee4307bdfc130ccdaab7a84531dcc7319", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f7ee0764d5c4e01cfb4a7d00ce4a6fee4307bdfc130ccdaab7a84531dcc7319", kill_on_drop: false }`
[INFO] [stdout] 3f7ee0764d5c4e01cfb4a7d00ce4a6fee4307bdfc130ccdaab7a84531dcc7319
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1aaef0a69490bbbb714e50aa320a93be6b14aa2c10d909e284fb3f057755089
[INFO] running `Command { std: "docker" "start" "-a" "b1aaef0a69490bbbb714e50aa320a93be6b14aa2c10d909e284fb3f057755089", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling cc v1.0.68
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]     Checking ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling ahash v0.7.2
[INFO] [stderr]    Compiling bindgen v0.59.2
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling memoffset v0.6.3
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking tinyvec v1.2.0
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking unicode-bidi v0.3.5
[INFO] [stderr]    Compiling regex v1.4.6
[INFO] [stderr]     Checking bstr v0.2.15
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.4
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.22.2
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking matrixmultiply v0.3.1
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking globset v0.4.6
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking gzip-header v0.3.0
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking num-complex v0.4.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]     Checking ignore v0.4.17
[INFO] [stderr]     Checking deunicode v0.4.3
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking subtle v2.3.0
[INFO] [stderr]     Checking ascii v1.0.0
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling ffmpeg-next v5.1.1
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking chunked_transfer v1.4.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking ndarray v0.15.3
[INFO] [stderr]     Checking multipart v0.18.0
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]     Checking tiny_http v0.8.2
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking deflate v0.9.1
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking slug v0.1.4
[INFO] [stderr]     Checking itertools v0.10.1
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking hashlink v0.7.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking noisy_float v0.2.0
[INFO] [stderr]     Checking filetime v0.2.14
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking sha1 v0.6.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking humansize v1.1.1
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking blake2 v0.9.0
[INFO] [stderr]     Checking env_logger v0.8.3
[INFO] [stderr]     Checking kiddo v0.2.1
[INFO] [stderr]     Checking rusqlite v0.25.3
[INFO] [stderr]    Compiling chrono-tz v0.5.3
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling structopt-derive v0.4.14
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]     Checking structopt v0.3.21
[INFO] [stderr]     Checking ndarray-stats v0.5.0
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]    Compiling ffmpeg-sys-next v5.1.1
[INFO] [stderr]     Checking rouille v3.2.1
[INFO] [stderr]     Checking tera v1.10.0
[INFO] [stderr]     Checking dupletti v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `log` is imported redundantly
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use log;
[INFO] [stdout]   |     ^^^ the item `log` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `log` is imported redundantly
[INFO] [stdout]  --> src/interface.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log;
[INFO] [stdout]   |     ^^^ the item `log` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `log` is imported redundantly
[INFO] [stdout]  --> src/videohash.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use log;
[INFO] [stdout]   |     ^^^ the item `log` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `log` is imported redundantly
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use log;
[INFO] [stdout]   |     ^^^ the item `log` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `log` is imported redundantly
[INFO] [stdout]  --> src/interface.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log;
[INFO] [stdout]   |     ^^^ the item `log` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `log` is imported redundantly
[INFO] [stdout]  --> src/videohash.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use log;
[INFO] [stdout]   |     ^^^ the item `log` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/filehashing.rs:180:13
[INFO] [stdout]     |
[INFO] [stdout] 180 |         let mut db = Database::new("test_insert_files_multithreaded.sqlite", true)?;
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/database.rs:146:51
[INFO] [stdout]     |
[INFO] [stdout] 146 |         let file2 = FileDigest::new(2, target_path.clone(), vec![0, 1, 2, 3], 1);
[INFO] [stdout]     |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b1aaef0a69490bbbb714e50aa320a93be6b14aa2c10d909e284fb3f057755089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1aaef0a69490bbbb714e50aa320a93be6b14aa2c10d909e284fb3f057755089", kill_on_drop: false }`
[INFO] [stdout] b1aaef0a69490bbbb714e50aa320a93be6b14aa2c10d909e284fb3f057755089
[INFO] checking untom/dupletti against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtom%2Fdupletti" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/untom/dupletti on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/untom/dupletti
[INFO] finished tweaking git repo https://github.com/untom/dupletti
[INFO] tweaked toml for git repo https://github.com/untom/dupletti written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/untom/dupletti 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" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 350fb596391f4aab02e711cf77852ec230a7ae931a042b7f4eade097c840d7d9
[INFO] running `Command { std: "docker" "start" "-a" "350fb596391f4aab02e711cf77852ec230a7ae931a042b7f4eade097c840d7d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "350fb596391f4aab02e711cf77852ec230a7ae931a042b7f4eade097c840d7d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "350fb596391f4aab02e711cf77852ec230a7ae931a042b7f4eade097c840d7d9", kill_on_drop: false }`
[INFO] [stdout] 350fb596391f4aab02e711cf77852ec230a7ae931a042b7f4eade097c840d7d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2dd6161ffddd9fcbc981d32d14b6097ad091337dd1db0bb826e719a103577f89
[INFO] running `Command { std: "docker" "start" "-a" "2dd6161ffddd9fcbc981d32d14b6097ad091337dd1db0bb826e719a103577f89", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling cc v1.0.68
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]     Checking ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling ahash v0.7.2
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling bindgen v0.59.2
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling memoffset v0.6.3
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]     Checking tinyvec v1.2.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]     Checking unicode-bidi v0.3.5
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]    Compiling regex v1.4.6
[INFO] [stderr]     Checking bstr v0.2.15
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.4
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.22.2
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking matrixmultiply v0.3.1
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]     Checking globset v0.4.6
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]     Checking gzip-header v0.3.0
[INFO] [stderr]     Checking ignore v0.4.17
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking num-complex v0.4.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]     Checking subtle v2.3.0
[INFO] [stderr]     Checking deunicode v0.4.3
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]     Checking chunked_transfer v1.4.0
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking ascii v1.0.0
[INFO] [stderr]    Compiling ffmpeg-next v5.1.1
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking deflate v0.9.1
[INFO] [stderr]     Checking ndarray v0.15.3
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `pest_meta` (lib)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `parse-zoneinfo` (lib)
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaNNFu8S/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] The following warnings were emitted during compilation:
[INFO] [stderr] 
[INFO] [stderr] warning: brotli-sys@0.3.2: /tmp/ccbCMEWD.s: Assembler messages:
[INFO] [stderr] warning: brotli-sys@0.3.2: /tmp/ccbCMEWD.s: Fatal error: can't write 498 bytes to section .text.CreateBackwardReferencesH42 of /opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/enc/backward_references.o: 'No space left on device'
[INFO] [stderr] warning: brotli-sys@0.3.2: /tmp/ccbCMEWD.s: Fatal error: /opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/enc/backward_references.o: No space left on device
[INFO] [stderr] 
[INFO] [stderr] error: failed to run custom build command for `brotli-sys v0.3.2`
[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/brotli-sys-bd123226813076fe/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:include=/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/brotli-sys-0.3.2/brotli/include
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/common/dictionary.o" "-c" "brotli/common/dictionary.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/dec/bit_reader.o" "-c" "brotli/dec/bit_reader.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/dec/decode.o" "-c" "brotli/dec/decode.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/dec/huffman.o" "-c" "brotli/dec/huffman.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/dec/state.o" "-c" "brotli/dec/state.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/enc/backward_references.o" "-c" "brotli/enc/backward_references.c"
[INFO] [stderr]   cargo:warning=/tmp/ccbCMEWD.s: Assembler messages:
[INFO] [stderr]   cargo:warning=/tmp/ccbCMEWD.s: Fatal error: can't write 498 bytes to section .text.CreateBackwardReferencesH42 of /opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/enc/backward_references.o: 'No space left on device'
[INFO] [stderr]   cargo:warning=/tmp/ccbCMEWD.s: Fatal error: /opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/enc/backward_references.o: No space left on device
[INFO] [stderr]   exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-b45a861c0660f1bb/out/brotli/enc/backward_references.o" "-c" "brotli/enc/backward_references.c" with args "cc" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `proc-macro-error` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `regex` (lib)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcg3fwiM/symbols.o" "/opt/rustwide/target/debug/build/anyhow-0dd5f3cdd53d0c73/build_script_build-0dd5f3cdd53d0c73.build_script_build.ec84264b8bf649fa-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/anyhow-0dd5f3cdd53d0c73/build_script_build-0dd5f3cdd53d0c73.4ic5z5skbliv0hk7.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6183181fa671dc5b.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0717037f6b0eea2d.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b30b1af07795b345.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b4513439f9e2eff4.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-89c7daf7b6421ee6.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ca929c3c4a8825b3.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a6207a4090808d.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ae671f6743503b8e.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-081c0dc6465d213d.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4e1666f139f12757.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d6789b63313428be.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eb6f9b960309e6b1.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cda7cee373864ce1.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d84d0e58f34585a5.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e8a6a2df7983aa1a.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b3e30276043b6e7.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/anyhow-0dd5f3cdd53d0c73/build_script_build-0dd5f3cdd53d0c73" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: /usr/bin/ld: final link failed: No space left on device
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustclSuvkm/symbols.o" "/opt/rustwide/target/debug/build/ffmpeg-next-5363776a0df80bb6/build_script_build-5363776a0df80bb6.build_script_build.6fb58d32d9a9d544-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/ffmpeg-next-5363776a0df80bb6/build_script_build-5363776a0df80bb6.jaremnwn6vm9fdk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6183181fa671dc5b.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0717037f6b0eea2d.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b30b1af07795b345.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b4513439f9e2eff4.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-89c7daf7b6421ee6.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ca929c3c4a8825b3.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a6207a4090808d.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ae671f6743503b8e.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-081c0dc6465d213d.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4e1666f139f12757.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d6789b63313428be.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eb6f9b960309e6b1.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cda7cee373864ce1.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d84d0e58f34585a5.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e8a6a2df7983aa1a.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b3e30276043b6e7.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/57fe1b734d9ff1c8a92bda60b85506b9648158d3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/ffmpeg-next-5363776a0df80bb6/build_script_build-5363776a0df80bb6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: /usr/bin/ld: final link failed: No space left on device
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `anyhow` (build script) due to 2 previous errors
[INFO] [stderr] error: could not compile `ffmpeg-next` (build script) due to 2 previous errors
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta7vv0e6"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pest_generator` (lib) due to 1 previous error
[INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/ndarray-9705010bfdbe0da8.d`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaqtHYQB"
[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 `syn` (lib)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaptSH49"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `deflate` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `ndarray` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `rayon-core` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `clang-sys` (lib)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta5KRrxF"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bindgen` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2dd6161ffddd9fcbc981d32d14b6097ad091337dd1db0bb826e719a103577f89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2dd6161ffddd9fcbc981d32d14b6097ad091337dd1db0bb826e719a103577f89", kill_on_drop: false }`
[INFO] [stdout] 2dd6161ffddd9fcbc981d32d14b6097ad091337dd1db0bb826e719a103577f89
