[INFO] cloning repository https://github.com/mephesto1337/port-scanner [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mephesto1337/port-scanner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmephesto1337%2Fport-scanner", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmephesto1337%2Fport-scanner'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4df573d4c21241dba499e07fde44bcde96891e77 [INFO] testing mephesto1337/port-scanner against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmephesto1337%2Fport-scanner" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mephesto1337/port-scanner on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mephesto1337/port-scanner [INFO] finished tweaking git repo https://github.com/mephesto1337/port-scanner [INFO] tweaked toml for git repo https://github.com/mephesto1337/port-scanner written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mephesto1337/port-scanner 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-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f1f761366a0c39d0216f7122d3406dbfac835efc720794d5af1ca39c1213926a [INFO] running `Command { std: "docker" "start" "-a" "f1f761366a0c39d0216f7122d3406dbfac835efc720794d5af1ca39c1213926a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1f761366a0c39d0216f7122d3406dbfac835efc720794d5af1ca39c1213926a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1f761366a0c39d0216f7122d3406dbfac835efc720794d5af1ca39c1213926a", kill_on_drop: false }` [INFO] [stdout] f1f761366a0c39d0216f7122d3406dbfac835efc720794d5af1ca39c1213926a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19292f503c0825862c62724e8d85a83e1df8a8bb46bc9f69114f53c5f86b7730 [INFO] running `Command { std: "docker" "start" "-a" "19292f503c0825862c62724e8d85a83e1df8a8bb46bc9f69114f53c5f86b7730", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling time-macros v0.2.6 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling tokio v1.22.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling openssl v0.10.44 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling bytes v1.3.0 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.79 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling oid-registry v0.6.0 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling ipnet v2.5.1 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling clap_lex v0.3.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling asn1-rs-derive v0.4.0 [INFO] [stderr] Compiling displaydoc v0.2.3 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling asn1-rs-impl v0.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling enum-as-inner v0.5.1 [INFO] [stderr] Compiling clap_derive v4.0.21 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling asn1-rs v0.5.1 [INFO] [stderr] Compiling clap v4.0.26 [INFO] [stderr] Compiling der-parser v8.1.0 [INFO] [stderr] Compiling x509-parser v0.14.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling futures-executor v0.3.25 [INFO] [stderr] Compiling trust-dns-proto v0.22.0 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling trust-dns-client v0.22.0 [INFO] [stderr] Compiling port-scanner v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `name` is never used [INFO] [stdout] --> src/probes.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub trait Probe { [INFO] [stdout] | ----- method in this trait [INFO] [stdout] 27 | /// protocol's name [INFO] [stdout] 28 | fn name(&self) -> &'static str; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `port-scanner` (bin "port-scanner"); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/bin/rustc --crate-name port_scanner --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e8f45674b003d57 -C extra-filename=-6e8f45674b003d57 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-98206558d2b25abf.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-cb3b830138190b67.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-9bda5159cf36071b.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-7a390bd2402cd59f.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-695a8ec9980d718a.rlib --extern tokio_native_tls=/opt/rustwide/target/debug/deps/libtokio_native_tls-c8ff9a9defc8f94b.rlib --extern trust_dns_client=/opt/rustwide/target/debug/deps/libtrust_dns_client-519e7f21d11e5d39.rlib --extern x509_parser=/opt/rustwide/target/debug/deps/libx509_parser-47e0b4987c5c6251.rlib --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "19292f503c0825862c62724e8d85a83e1df8a8bb46bc9f69114f53c5f86b7730", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19292f503c0825862c62724e8d85a83e1df8a8bb46bc9f69114f53c5f86b7730", kill_on_drop: false }` [INFO] [stdout] 19292f503c0825862c62724e8d85a83e1df8a8bb46bc9f69114f53c5f86b7730