[INFO] cloning repository https://github.com/olback/ssc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/olback/ssc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folback%2Fssc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folback%2Fssc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f51c98be8caddb31fd582f20ee9afffb2fe4c97c [INFO] testing olback/ssc against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folback%2Fssc" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/olback/ssc on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/olback/ssc [INFO] finished tweaking git repo https://github.com/olback/ssc [INFO] tweaked toml for git repo https://github.com/olback/ssc written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/olback/ssc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xmltree v0.10.3 [INFO] [stderr] Downloaded sonos v0.1.4 [INFO] [stderr] Downloaded ssdp v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e7394188bcce49d80aae6ff97e19395ca86cbd9b3690da7c5e9360c117fbdcc2 [INFO] running `Command { std: "docker" "start" "-a" "e7394188bcce49d80aae6ff97e19395ca86cbd9b3690da7c5e9360c117fbdcc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7394188bcce49d80aae6ff97e19395ca86cbd9b3690da7c5e9360c117fbdcc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7394188bcce49d80aae6ff97e19395ca86cbd9b3690da7c5e9360c117fbdcc2", kill_on_drop: false }` [INFO] [stdout] e7394188bcce49d80aae6ff97e19395ca86cbd9b3690da7c5e9360c117fbdcc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c9ea067c7a2296ace0ddb11df319b35e0ac84f5fd495df194eda058b68f2554 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6c9ea067c7a2296ace0ddb11df319b35e0ac84f5fd495df194eda058b68f2554", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling openssl-sys v0.9.67 [INFO] [stderr] Compiling tinyvec v1.4.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tracing-core v0.1.20 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling xmltree v0.10.3 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling tracing v0.1.28 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling ssdp v0.7.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ssdp-0.7.0/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(ip)] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ssdp` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6c9ea067c7a2296ace0ddb11df319b35e0ac84f5fd495df194eda058b68f2554", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c9ea067c7a2296ace0ddb11df319b35e0ac84f5fd495df194eda058b68f2554", kill_on_drop: false }` [INFO] [stdout] 6c9ea067c7a2296ace0ddb11df319b35e0ac84f5fd495df194eda058b68f2554