[INFO] cloning repository https://github.com/carlvoller/csv2xlsx-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/carlvoller/csv2xlsx-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarlvoller%2Fcsv2xlsx-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarlvoller%2Fcsv2xlsx-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] abba8def2c406ebfe4542ddcd879f0aa4297b3b4 [INFO] testing carlvoller/csv2xlsx-rs against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarlvoller%2Fcsv2xlsx-rs" "/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/carlvoller/csv2xlsx-rs on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/carlvoller/csv2xlsx-rs [INFO] finished tweaking git repo https://github.com/carlvoller/csv2xlsx-rs [INFO] tweaked toml for git repo https://github.com/carlvoller/csv2xlsx-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/carlvoller/csv2xlsx-rs 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-2025-04-13" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 236a0bf3ea56d3d9ed7392b2abaf6548d80a42b57a18bfd76086c160020d176d [INFO] running `Command { std: "docker" "start" "-a" "236a0bf3ea56d3d9ed7392b2abaf6548d80a42b57a18bfd76086c160020d176d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "236a0bf3ea56d3d9ed7392b2abaf6548d80a42b57a18bfd76086c160020d176d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "236a0bf3ea56d3d9ed7392b2abaf6548d80a42b57a18bfd76086c160020d176d", kill_on_drop: false }` [INFO] [stdout] 236a0bf3ea56d3d9ed7392b2abaf6548d80a42b57a18bfd76086c160020d176d [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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5de151023a39c15591a3baf10972665574067c05f7c80db99badcc43543d58e0 [INFO] running `Command { std: "docker" "start" "-a" "5de151023a39c15591a3baf10972665574067c05f7c80db99badcc43543d58e0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling pyo3-build-config v0.24.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling libz-ng-sys v1.1.22 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling zip v2.3.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling rustls v0.23.23 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling rustls-pki-types v1.11.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling bcder v0.7.5 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling unindent v0.2.4 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling pyo3-ffi v0.24.0 [INFO] [stderr] Compiling pyo3-macros-backend v0.24.0 [INFO] [stderr] Compiling pyo3 v0.24.0 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling numpy v0.24.0 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling excel-rs-csv v0.5.4 (/opt/rustwide/workdir/crates/excel-rs-csv) [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling clap_builder v4.5.32 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling postgres-protocol v0.6.8 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling postgres-derive v0.4.6 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling postgres-types v0.2.9 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling postgres_money v0.4.1 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling x509-certificate v0.23.1 [INFO] [stderr] Compiling clap v4.5.32 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetafv0fKC/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] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rust_decimal` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tokio-util` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-04-13-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio_util --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=aa88196b478c5d1c -C extra-filename=-a4eb3d6ba03aab37 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-3b920243fce8fec0.rmeta --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-ae1eb2d060de53a2.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-72bf04572caa1c84.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-27e53031e70cd6ee.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `der` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-04-13-x86_64-unknown-linux-gnu/bin/rustc --crate-name der --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=597d794f55d4136f -C extra-filename=-5b53534ed6efb7da --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern const_oid=/opt/rustwide/target/debug/deps/libconst_oid-2aadc73a32842898.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-2c4cb767a2f67e5e.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `regex-automata` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-04-13-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=291df9edbf522ee8 -C extra-filename=-536e6d7a88b98780 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-847080ddcc800a8c.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-08f38e9718637002.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-cf9ef9729ec61e4c.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-04-13-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=9fa72442914589e8 -C extra-filename=-27e53031e70cd6ee --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-a41a1e83635ee169.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-b9840c033a0529f9.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-72bf04572caa1c84.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-f8423ef762bf668f.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `clap_builder` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-04-13-x86_64-unknown-linux-gnu/bin/rustc --crate-name clap_builder --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=8a584799fa8f2654 -C extra-filename=-a9c2063d0ae0d31e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anstream=/opt/rustwide/target/debug/deps/libanstream-46109e2ca4391c70.rmeta --extern anstyle=/opt/rustwide/target/debug/deps/libanstyle-e80e21c5036b9344.rmeta --extern clap_lex=/opt/rustwide/target/debug/deps/libclap_lex-b423203a2eab4856.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-4d1ed08a123238dc.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: failed to run custom build command for `libz-ng-sys v1.1.22` [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/libz-ng-sys-15862c6dee010553/build-script-cmake` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE = None [INFO] [stderr] CMAKE = None [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libz-ng-sys-1.1.22/src/zlib-ng" "-DBUILD_SHARED_LIBS=OFF" "-DZLIB_COMPAT=OFF" "-DZLIB_ENABLE_TESTS=OFF" "-DWITH_GZFILEOP=ON" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- Using CMake version 3.28.3 [INFO] [stderr] -- ZLIB_HEADER_VERSION: 1.3.1 [INFO] [stderr] -- ZLIBNG_HEADER_VERSION: 2.2.4 [INFO] [stderr] -- The C compiler identification is GNU 13.3.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Arch detected: 'x86_64' [INFO] [stderr] -- Basearch of 'x86_64' has been detected as: 'x86' [INFO] [stderr] -- Performing Test FNO_LTO_AVAILABLE [INFO] [stderr] -- Performing Test FNO_LTO_AVAILABLE - Success [INFO] [stderr] -- Looking for arm_acle.h [INFO] [stderr] -- Looking for arm_acle.h - not found [INFO] [stderr] -- Looking for sys/auxv.h [INFO] [stderr] -- Looking for sys/auxv.h - found [INFO] [stderr] -- Looking for sys/sdt.h [INFO] [stderr] -- Looking for sys/sdt.h - not found [INFO] [stderr] -- Looking for unistd.h [INFO] [stderr] -- Looking for unistd.h - found [INFO] [stderr] -- Looking for linux/auxvec.h [INFO] [stderr] -- Looking for linux/auxvec.h - found [INFO] [stderr] -- Looking for sys/types.h [INFO] [stderr] -- Looking for sys/types.h - found [INFO] [stderr] -- Looking for stdint.h [INFO] [stderr] -- Looking for stdint.h - found [INFO] [stderr] -- Looking for stddef.h [INFO] [stderr] -- Looking for stddef.h - found [INFO] [stderr] -- Check size of off64_t [INFO] [stderr] -- Check size of off64_t - done [INFO] [stderr] -- Looking for fseeko [INFO] [stderr] -- Looking for fseeko - found [INFO] [stderr] -- Looking for strerror [INFO] [stderr] -- Looking for strerror - found [INFO] [stderr] -- Looking for posix_memalign [INFO] [stderr] -- Looking for posix_memalign - found [INFO] [stderr] -- Looking for aligned_alloc [INFO] [stderr] -- Looking for aligned_alloc - found [INFO] [stderr] -- Performing Test HAVE_NO_INTERPOSITION [INFO] [stderr] -- Performing Test HAVE_NO_INTERPOSITION - Success [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_ALIGNED [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_ALIGNED - Success [INFO] [stderr] -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED [INFO] [stderr] -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED - Success [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZ [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZ - Success [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZLL [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZLL - Success [INFO] [stderr] -- Performing Test HAVE_PTRDIFF_T [INFO] [stderr] -- Performing Test HAVE_PTRDIFF_T - Success [INFO] [stderr] -- Performing Test HAVE_XSAVE_INTRIN [INFO] [stderr] -- Performing Test HAVE_XSAVE_INTRIN - Success [INFO] [stderr] -- Performing Test HAVE_SSE2_INTRIN [INFO] [stderr] -- Performing Test HAVE_SSE2_INTRIN - Success [INFO] [stderr] -- Performing Test HAVE_SSSE3_INTRIN [INFO] [stderr] -- Performing Test HAVE_SSSE3_INTRIN - Success [INFO] [stderr] -- Performing Test HAVE_SSE42_INTRIN [INFO] [stderr] -- Performing Test HAVE_SSE42_INTRIN - Success [INFO] [stderr] -- Performing Test HAVE_PCLMULQDQ_INTRIN [INFO] [stderr] -- Performing Test HAVE_PCLMULQDQ_INTRIN - Failed [INFO] [stderr] -- Performing Test HAVE_AVX2_INTRIN [INFO] [stderr] -- Configuring incomplete, errors occurred! [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/build.make.tmpe5195 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/compiler_depend.make.tmp49e55 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/compiler_depend.ts.tmp47a8f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/depend.make.tmpc0956 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/flags.make.tmpb1f54 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/link.txt.tmp6da07 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/DependInfo.cmake.tmpa4cd5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-74261dbabf2f28de/out/build/CMakeFiles/CMakeScratch/TryCompile-dO3teJ/CMakeFiles/cmTC_f2b64.dir/progress.make.tmp7f1c4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error at /usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile): [INFO] [stderr] Failed to generate test project build system. [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] /usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles) [INFO] [stderr] cmake/detect-intrinsics.cmake:166 (check_c_source_compiles) [INFO] [stderr] CMakeLists.txt:957 (check_avx2_intrinsics) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.54/src/lib.rs:1119:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x648c258b7ec2 - std::backtrace_rs::backtrace::libunwind::trace::h97da83aab53f337d [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x648c258b7ec2 - std::backtrace_rs::backtrace::trace_unsynchronized::h07d9fad959b0b0c4 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x648c258b7ec2 - std::sys::backtrace::_print_fmt::h73b6844d523a91e6 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x648c258b7ec2 - ::fmt::had50d3dbab4f9a49 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x648c258db4e3 - core::fmt::rt::Argument::fmt::h96dc2668ac588484 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/fmt/rt.rs:184:76 [INFO] [stderr] 5: 0x648c258db4e3 - core::fmt::write::h3c068850dd3fcd11 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/fmt/mod.rs:1480:21 [INFO] [stderr] 6: 0x648c258b50a3 - std::io::default_write_fmt::hfb3376268ea3ee75 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x648c258b50a3 - std::io::Write::write_fmt::h819ce08a32b4f9f7 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x648c258b7d12 - std::sys::backtrace::BacktraceLock::print::h160d33c700b1accf [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x648c258b8e72 - std::panicking::default_hook::{{closure}}::hdccf862335980e92 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x648c258b8c75 - std::panicking::default_hook::h92ea296b4f4c5d78 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x648c258b9812 - std::panicking::rust_panic_with_hook::h53eb519a340d7090 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x648c258b95ba - std::panicking::begin_panic_handler::{{closure}}::h1b012222d781940d [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x648c258b83b9 - std::sys::backtrace::__rust_end_short_backtrace::hb1c00a6a74936045 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x648c258b924d - __rustc[3fad54a3e94379e3]::rust_begin_unwind [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x648c25821610 - core::panicking::panic_fmt::h5646b0c12be1dead [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x648c2582d75b - cmake::fail::he5d7a69a269c2fee [INFO] [stderr] 17: 0x648c2582cfc2 - cmake::run::h2015beb117233a2c [INFO] [stderr] 18: 0x648c25829354 - cmake::Config::build::hedda9597eb20dfac [INFO] [stderr] 19: 0x648c2582424b - build_script_cmake::build_zlib_ng::h84192f4cb170ba9b [INFO] [stderr] 20: 0x648c25824bd3 - build_script_cmake::main::h230086e82d1ef5a3 [INFO] [stderr] 21: 0x648c25822383 - core::ops::function::FnOnce::call_once::h321cd0ff46e64423 [INFO] [stderr] 22: 0x648c258222c6 - std::sys::backtrace::__rust_begin_short_backtrace::h013a970746f372a1 [INFO] [stderr] 23: 0x648c25822209 - std::rt::lang_start::{{closure}}::hf6b66089c7ae91c8 [INFO] [stderr] 24: 0x648c258b0de0 - core::ops::function::impls:: for &F>::call_once::h76d4710199b6d3ec [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x648c258b0de0 - std::panicking::try::do_call::hed7976834a7187c4 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stderr] 26: 0x648c258b0de0 - std::panicking::try::h4482392c0aab6c40 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stderr] 27: 0x648c258b0de0 - std::panic::catch_unwind::h57eb8bdc88215c08 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x648c258b0de0 - std::rt::lang_start_internal::{{closure}}::h582aca8f991cee01 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/rt.rs:168:24 [INFO] [stderr] 29: 0x648c258b0de0 - std::panicking::try::do_call::hd9d0541c1412e9b0 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stderr] 30: 0x648c258b0de0 - std::panicking::try::h6467744ef028cbc9 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stderr] 31: 0x648c258b0de0 - std::panic::catch_unwind::h88462888c16be0b7 [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x648c258b0de0 - std::rt::lang_start_internal::h79a5f970fb99441e [INFO] [stderr] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/rt.rs:164:5 [INFO] [stderr] 33: 0x648c258221f1 - std::rt::lang_start::h5df94563e57ead5f [INFO] [stderr] 34: 0x648c25824c25 - main [INFO] [stderr] 35: 0x7bdfd2f021ca - [INFO] [stderr] 36: 0x7bdfd2f0228b - __libc_start_main [INFO] [stderr] 37: 0x648c25822025 - _start [INFO] [stderr] 38: 0x0 - [INFO] running `Command { std: "docker" "inspect" "5de151023a39c15591a3baf10972665574067c05f7c80db99badcc43543d58e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5de151023a39c15591a3baf10972665574067c05f7c80db99badcc43543d58e0", kill_on_drop: false }` [INFO] [stdout] 5de151023a39c15591a3baf10972665574067c05f7c80db99badcc43543d58e0