[INFO] cloning repository https://github.com/xpromache/yamcs-gateway [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xpromache/yamcs-gateway" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxpromache%2Fyamcs-gateway", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxpromache%2Fyamcs-gateway'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4aa5f0f9f1c7715b5ebb37ccd532a870f5e128b7 [INFO] testing xpromache/yamcs-gateway against 1.80.0 for beta-1.81-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxpromache%2Fyamcs-gateway" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xpromache/yamcs-gateway on toolchain 1.80.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.80.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xpromache/yamcs-gateway [INFO] finished tweaking git repo https://github.com/xpromache/yamcs-gateway [INFO] tweaked toml for git repo https://github.com/xpromache/yamcs-gateway written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/xpromache/yamcs-gateway 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" "+1.80.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5f3ee0eea6adaddf4b6a63e7f075d7b09b5a377b47793d47772f6d56329545e [INFO] running `Command { std: "docker" "start" "-a" "e5f3ee0eea6adaddf4b6a63e7f075d7b09b5a377b47793d47772f6d56329545e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5f3ee0eea6adaddf4b6a63e7f075d7b09b5a377b47793d47772f6d56329545e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5f3ee0eea6adaddf4b6a63e7f075d7b09b5a377b47793d47772f6d56329545e", kill_on_drop: false }` [INFO] [stdout] e5f3ee0eea6adaddf4b6a63e7f075d7b09b5a377b47793d47772f6d56329545e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aade3eab7ed68645e5cbfd8a0ed03a033b9f2da4cb6514bae805dbc73e837bdd [INFO] running `Command { std: "docker" "start" "-a" "aade3eab7ed68645e5cbfd8a0ed03a033b9f2da4cb6514bae805dbc73e837bdd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling prettyplease v0.2.17 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling prost-derive v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling prost v0.12.4 [INFO] [stderr] Compiling prost-types v0.12.4 [INFO] [stderr] Compiling async-trait v0.1.78 [INFO] [stderr] Compiling nb v1.1.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling embedded-can v0.4.1 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling prost-build v0.12.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling byte_conv v0.1.1 [INFO] [stderr] Compiling env_logger v0.11.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling ygw v0.1.0 (/opt/rustwide/workdir/ygw) [INFO] [stderr] Compiling ygw-macros v0.1.0 (/opt/rustwide/workdir/ygw-macros) [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling neli-proc-macros v0.1.3 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling neli v0.6.4 [INFO] [stderr] Compiling socketcan v3.3.0 [INFO] [stderr] Compiling quickstart v0.1.0 (/opt/rustwide/workdir/quickstart) [INFO] [stdout] warning: struct `BasicType` is never constructed [INFO] [stdout] --> quickstart/src/mynode.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BasicType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.81s [INFO] running `Command { std: "docker" "inspect" "aade3eab7ed68645e5cbfd8a0ed03a033b9f2da4cb6514bae805dbc73e837bdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aade3eab7ed68645e5cbfd8a0ed03a033b9f2da4cb6514bae805dbc73e837bdd", kill_on_drop: false }` [INFO] [stdout] aade3eab7ed68645e5cbfd8a0ed03a033b9f2da4cb6514bae805dbc73e837bdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96fe52c2793157db7dd2df6f951116b97bbec666df7faf8da2352546d8031b24 [INFO] running `Command { std: "docker" "start" "-a" "96fe52c2793157db7dd2df6f951116b97bbec666df7faf8da2352546d8031b24", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling ygw-macros v0.1.0 (/opt/rustwide/workdir/ygw-macros) [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling prost-build v0.12.4 [INFO] [stderr] Compiling ygw v0.1.0 (/opt/rustwide/workdir/ygw) [INFO] [stderr] Compiling quickstart v0.1.0 (/opt/rustwide/workdir/quickstart) [INFO] [stdout] warning: struct `BasicType` is never constructed [INFO] [stdout] --> quickstart/src/mynode.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BasicType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.89s [INFO] running `Command { std: "docker" "inspect" "96fe52c2793157db7dd2df6f951116b97bbec666df7faf8da2352546d8031b24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96fe52c2793157db7dd2df6f951116b97bbec666df7faf8da2352546d8031b24", kill_on_drop: false }` [INFO] [stdout] 96fe52c2793157db7dd2df6f951116b97bbec666df7faf8da2352546d8031b24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2801f14875acaa94eb6efe3fd8a0fcdb7c6b2969eced97ab835c12d6c59302c1 [INFO] running `Command { std: "docker" "start" "-a" "2801f14875acaa94eb6efe3fd8a0fcdb7c6b2969eced97ab835c12d6c59302c1", kill_on_drop: false }` [INFO] [stderr] warning: struct `BasicType` is never constructed [INFO] [stderr] --> quickstart/src/mynode.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | pub struct BasicType { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `quickstart` (bin "quickstart" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/quickstart-97c0902a226484e6) [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ygw-8d47b1f415a79baf) [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 9 tests [INFO] [stdout] test utc_converter::tests::test2008 ... ok [INFO] [stdout] test utc_converter::tests::test0 ... ok [INFO] [stdout] test utc_converter::tests::test_nano_unix_to_instant ... ok [INFO] [stdout] test utc_converter::tests::test_negative ... ok [INFO] [stdout] test recorder::tests::test2 ... ok [INFO] [stdout] test record_file::tests::test1 ... ok [INFO] [stdout] test ygw_server::tests::test_tm ... FAILED [INFO] [stdout] test ygw_server::tests::test_frame_too_long ... FAILED [INFO] [stdout] test ygw_server::tests::test_tc has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "2801f14875acaa94eb6efe3fd8a0fcdb7c6b2969eced97ab835c12d6c59302c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2801f14875acaa94eb6efe3fd8a0fcdb7c6b2969eced97ab835c12d6c59302c1", kill_on_drop: false }` [INFO] [stdout] 2801f14875acaa94eb6efe3fd8a0fcdb7c6b2969eced97ab835c12d6c59302c1 [INFO] testing xpromache/yamcs-gateway against beta-2024-07-26 for beta-1.81-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxpromache%2Fyamcs-gateway" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xpromache/yamcs-gateway on toolchain beta-2024-07-26 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xpromache/yamcs-gateway [INFO] finished tweaking git repo https://github.com/xpromache/yamcs-gateway [INFO] tweaked toml for git repo https://github.com/xpromache/yamcs-gateway written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/xpromache/yamcs-gateway 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" "+beta-2024-07-26" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7740d276b77853708174b87f999369d93153382b5f6ca21b4e5216b18a1058f5 [INFO] running `Command { std: "docker" "start" "-a" "7740d276b77853708174b87f999369d93153382b5f6ca21b4e5216b18a1058f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7740d276b77853708174b87f999369d93153382b5f6ca21b4e5216b18a1058f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7740d276b77853708174b87f999369d93153382b5f6ca21b4e5216b18a1058f5", kill_on_drop: false }` [INFO] [stdout] 7740d276b77853708174b87f999369d93153382b5f6ca21b4e5216b18a1058f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8d4e1c7470b93bfb2d92d5d6ef2950d572d1bd1eeef8fa33984be24b0729224 [INFO] running `Command { std: "docker" "start" "-a" "c8d4e1c7470b93bfb2d92d5d6ef2950d572d1bd1eeef8fa33984be24b0729224", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling prettyplease v0.2.17 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling async-trait v0.1.78 [INFO] [stderr] Compiling nb v1.1.0 [INFO] [stderr] Compiling prost-derive v0.12.4 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling prost v0.12.4 [INFO] [stderr] Compiling prost-types v0.12.4 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling embedded-can v0.4.1 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/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" "-Wl,--version-script=/tmp/rustcGAVVru/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcGAVVru/symbols.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.serde_derive.884f0149a98fbbcf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.380k98m39gsqyvyipm3voxsw4.rcgu.rmeta" "/opt/rustwide/target/debug/deps/serde_derive-27021f5871dbe707.csjidy549l6s3yzset1nred22.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-1e6b6f95313c83a0.rlib" "/opt/rustwide/target/debug/deps/libquote-115d0eaac9938d8c.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-cae6338c2410e384.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-7fd07629a75cbaef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-d1123173dc5b0f1b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-92ab4dc563270583.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-515e9abd41d02c69.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-622e42cc39e05fc4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-2ba0f15f65b1256a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-354bf1513344333d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3b8f16f1c19b7f71.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d027667d5e3694f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-da76130346d56437.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-fe532fe8a4754508.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d0b52e3dee0e1e4d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9b11a95b000a613c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-950f299ae0e5e3d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-922d78ebef98e05a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a262d2a9dedccebf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-73759707f8562cbe.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-13278130fdb70e26.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bd5af16b185c916e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8d1ac131d3cb2645.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ff5827631daf3c91.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-27021f5871dbe707.so" "-Wl,--gc-sections" "-shared" "-Wl,-soname=libserde_derive-27021f5871dbe707.so" "-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] [stderr] error: could not compile `futures-util` (lib) [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 2 previous errors [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `futures-executor` (lib) [INFO] [stdout] error: failed to write /tmp/rustcB5eJK8/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `itertools` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaT4J7rS/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio` (lib) due to 2 previous errors [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: /tmp/cclMcfYp.s: Assembler messages: [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: /tmp/cclMcfYp.s: Fatal error: can't write 11 bytes to section .text.MEM_64bits of /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_lazy.o: 'No space left on device' [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: /tmp/cclMcfYp.s: Fatal error: /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_lazy.o: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/compress/zstdmt_compress.c:1882:1: fatal error: error writing to /tmp/ccj6l8ij.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 1882 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstdmt_compress.o" "-c" "zstd/lib/compress/zstdmt_compress.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/decompress/huf_decompress.c:1944:1: fatal error: error writing to /tmp/ccQsOOC8.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 1944 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/compress/zstd_opt.c:1571:1: fatal error: error writing to /tmp/ccLQoXQn.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 1571 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_opt.o" "-c" "zstd/lib/compress/zstd_opt.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/690f776bf7b37aeb-huf_decompress.o" "-c" "zstd/lib/decompress/huf_decompress.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/dictBuilder/divsufsort.c:1913:1: fatal error: error writing to /tmp/ccNAVSMi.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 1913 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-divsufsort.o" "-c" "zstd/lib/dictBuilder/divsufsort.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/dictBuilder/fastcover.c:766:1: fatal error: error writing to /tmp/ccLseJ1c.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 766 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-fastcover.o" "-c" "zstd/lib/dictBuilder/fastcover.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/decompress/zstd_decompress.c:2407:1: fatal error: error writing to /tmp/ccOJWjGm.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 2407 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/690f776bf7b37aeb-zstd_decompress.o" "-c" "zstd/lib/decompress/zstd_decompress.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=/tmp/ccAQn8Xh.s: Assembler messages: [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: /tmp/ccAQn8Xh.s: Fatal error: can't write 11 bytes to section .text.MEM_isLittleEndian of /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-cover.o: 'No space left on device' [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: /tmp/ccAQn8Xh.s: Fatal error: /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-cover.o: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-cover.o" "-c" "zstd/lib/dictBuilder/cover.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/dictBuilder/zdict.c:1133:1: fatal error: error writing to /tmp/ccDsqwFS.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 1133 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-zdict.o" "-c" "zstd/lib/dictBuilder/zdict.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/decompress/zstd_decompress_block.c:2215:1: fatal error: error writing to /tmp/ccmLp4ao.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: 2215 | } [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.10+zstd.1.5.6: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/690f776bf7b37aeb-zstd_decompress_block.o" "-c" "zstd/lib/decompress/zstd_decompress_block.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `zstd-sys v2.0.10+zstd.1.5.6` [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/zstd-sys-aa0bc8ee71e4b42a/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=ZSTD_SYS_USE_PKG_CONFIG [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] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:warning=Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:warning=Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:warning=Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:warning=Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=/tmp/cclMcfYp.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/cclMcfYp.s: Fatal error: can't write 11 bytes to section .text.MEM_64bits of /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_lazy.o: 'No space left on device' [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=as: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail ../../bfd/elf.c:3120 [INFO] [stderr] cargo:warning=/tmp/cclMcfYp.s: Fatal error: /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_lazy.o: No space left on device [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/compress/zstdmt_compress.c:1882:1: fatal error: error writing to /tmp/ccj6l8ij.s: No space left on device [INFO] [stderr] cargo:warning= 1882 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstdmt_compress.o" "-c" "zstd/lib/compress/zstdmt_compress.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/decompress/huf_decompress.c:1944:1: fatal error: error writing to /tmp/ccQsOOC8.s: No space left on device [INFO] [stderr] cargo:warning= 1944 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=zstd/lib/compress/zstd_opt.c:1571:1: fatal error: error writing to /tmp/ccLQoXQn.s: No space left on device [INFO] [stderr] cargo:warning= 1571 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/1ddd1489cc625d97-zstd_opt.o" "-c" "zstd/lib/compress/zstd_opt.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/690f776bf7b37aeb-huf_decompress.o" "-c" "zstd/lib/decompress/huf_decompress.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/dictBuilder/divsufsort.c:1913:1: fatal error: error writing to /tmp/ccNAVSMi.s: No space left on device [INFO] [stderr] cargo:warning= 1913 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-divsufsort.o" "-c" "zstd/lib/dictBuilder/divsufsort.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/dictBuilder/fastcover.c:766:1: fatal error: error writing to /tmp/ccLseJ1c.s: No space left on device [INFO] [stderr] cargo:warning= 766 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-fastcover.o" "-c" "zstd/lib/dictBuilder/fastcover.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/decompress/zstd_decompress.c:2407:1: fatal error: error writing to /tmp/ccOJWjGm.s: No space left on device [INFO] [stderr] cargo:warning= 2407 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/690f776bf7b37aeb-zstd_decompress.o" "-c" "zstd/lib/decompress/zstd_decompress.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=/tmp/ccAQn8Xh.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccAQn8Xh.s: Fatal error: can't write 11 bytes to section .text.MEM_isLittleEndian of /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-cover.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccAQn8Xh.s: Fatal error: /opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-cover.o: No space left on device [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-cover.o" "-c" "zstd/lib/dictBuilder/cover.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/dictBuilder/zdict.c:1133:1: fatal error: error writing to /tmp/ccDsqwFS.s: No space left on device [INFO] [stderr] cargo:warning= 1133 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/b0401a448be314bb-zdict.o" "-c" "zstd/lib/dictBuilder/zdict.c" with args "cc" did not execute successfully (status code exit status: 1).cargo:warning=zstd/lib/decompress/zstd_decompress_block.c:2215:1: fatal error: error writing to /tmp/ccmLp4ao.s: No space left on device [INFO] [stderr] cargo:warning= 2215 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/690f776bf7b37aeb-zstd_decompress_block.o" "-c" "zstd/lib/decompress/zstd_decompress_block.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-56338e258779f3dc/out/690f776bf7b37aeb-zstd_decompress_block.o" "-c" "zstd/lib/decompress/zstd_decompress_block.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "c8d4e1c7470b93bfb2d92d5d6ef2950d572d1bd1eeef8fa33984be24b0729224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8d4e1c7470b93bfb2d92d5d6ef2950d572d1bd1eeef8fa33984be24b0729224", kill_on_drop: false }` [INFO] [stdout] c8d4e1c7470b93bfb2d92d5d6ef2950d572d1bd1eeef8fa33984be24b0729224