[INFO] cloning repository https://github.com/FutureSDR/FutureSDR [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FutureSDR/FutureSDR" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFutureSDR%2FFutureSDR", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFutureSDR%2FFutureSDR'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08ab7726db9749f7d8ba3ef9080ca65c15527079 [INFO] documenting FutureSDR/FutureSDR against beta-2022-10-11 for beta-1.65-rustdoc-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFutureSDR%2FFutureSDR" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FutureSDR/FutureSDR on toolchain beta-2022-10-11 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-10-11" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FutureSDR/FutureSDR [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/FutureSDR/FutureSDR [INFO] tweaked toml for git repo https://github.com/FutureSDR/FutureSDR written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-10-11" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/sprt/lttng-ust-rs.git` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-10-11" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-10-11" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b333d87690da27515a90af577ba79d7c1b360ddff55e1291039f7b604bdbfcc [INFO] running `Command { std: "docker" "start" "-a" "4b333d87690da27515a90af577ba79d7c1b360ddff55e1291039f7b604bdbfcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b333d87690da27515a90af577ba79d7c1b360ddff55e1291039f7b604bdbfcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b333d87690da27515a90af577ba79d7c1b360ddff55e1291039f7b604bdbfcc", kill_on_drop: false }` [INFO] [stdout] 4b333d87690da27515a90af577ba79d7c1b360ddff55e1291039f7b604bdbfcc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-10-11" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1c59182aed5964514f220cb3613a6a06e86efccfa63b330a42cf53dcc3f6016 [INFO] running `Command { std: "docker" "start" "-a" "c1c59182aed5964514f220cb3613a6a06e86efccfa63b330a42cf53dcc3f6016", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking futures-io v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling semver v1.0.14 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Checking cache-padded v1.2.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking fastrand v1.8.0 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling once_cell v1.15.0 [INFO] [stderr] Checking concurrent-queue v1.2.4 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling polling v2.3.0 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking async-task v4.3.0 [INFO] [stderr] Compiling serde_json v1.0.86 [INFO] [stderr] Checking async-channel v1.7.1 [INFO] [stderr] Compiling async-io v1.9.0 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling async-net v1.7.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking strength_reduce v0.2.3 [INFO] [stderr] Checking http-range-header v0.3.0 [INFO] [stderr] Compiling anyhow v1.0.65 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking digest v0.10.5 [INFO] [stderr] Checking async-lock v2.5.0 [INFO] [stderr] Checking matchit v0.5.0 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking dyn-clone v1.0.9 [INFO] [stderr] Checking spin v0.9.4 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking blocking v1.2.0 [INFO] [stderr] Checking sha-1 v0.10.0 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Compiling futuredsp v0.0.6 (/opt/rustwide/workdir/futuredsp) [INFO] [stderr] Compiling futuresdr v0.0.27 (/opt/rustwide/workdir) [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking socket2 v0.4.7 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking primal-check v0.3.3 [INFO] [stderr] Checking transpose v0.2.1 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking core_affinity v0.5.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rustfft v6.0.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> futuredsp/src/lib.rs:2:43 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(not(RUSTC_IS_STABLE), feature(core_intrinsics))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rand_chacha v0.3.1 [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 `futuredsp` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c1c59182aed5964514f220cb3613a6a06e86efccfa63b330a42cf53dcc3f6016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1c59182aed5964514f220cb3613a6a06e86efccfa63b330a42cf53dcc3f6016", kill_on_drop: false }` [INFO] [stdout] c1c59182aed5964514f220cb3613a6a06e86efccfa63b330a42cf53dcc3f6016