[INFO] cloning repository https://github.com/johan-bjareholt/aw-server-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johan-bjareholt/aw-server-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohan-bjareholt%2Faw-server-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohan-bjareholt%2Faw-server-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f501a7a0cedda1a8f3d5a0a9df81aa1191d045f0 [INFO] testing johan-bjareholt/aw-server-rust against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohan-bjareholt%2Faw-server-rust" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/johan-bjareholt/aw-server-rust on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/johan-bjareholt/aw-server-rust [INFO] finished tweaking git repo https://github.com/johan-bjareholt/aw-server-rust [INFO] tweaked toml for git repo https://github.com/johan-bjareholt/aw-server-rust written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/johan-bjareholt/aw-server-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cfae7a3a930f9018b4025ea8aafb89d44c6d7809c35078052a2ebfdeab8740be [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" "cfae7a3a930f9018b4025ea8aafb89d44c6d7809c35078052a2ebfdeab8740be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cfae7a3a930f9018b4025ea8aafb89d44c6d7809c35078052a2ebfdeab8740be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfae7a3a930f9018b4025ea8aafb89d44c6d7809c35078052a2ebfdeab8740be", kill_on_drop: false }` [INFO] [stdout] cfae7a3a930f9018b4025ea8aafb89d44c6d7809c35078052a2ebfdeab8740be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.59.0" "build" "--frozen" "--message-format=json", 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] 05d98ab1a8fd339840d436e657b576d86838f3072599b577d5d525b97ad116a2 [INFO] running `Command { std: "docker" "start" "-a" "05d98ab1a8fd339840d436e657b576d86838f3072599b577d5d525b97ad116a2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling schemars v0.8.8 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling dyn-clone v1.0.4 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling lalr v0.0.2 [INFO] [stderr] Compiling appdirs v0.2.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling atomic v0.5.1 [INFO] [stderr] Compiling openssl-src v111.17.0+1.1.1m [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling redfa v0.0.2 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling mpsc_requests v0.3.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling libsqlite3-sys v0.23.2 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling schemars_derive v0.8.8 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling clap_derive v3.0.0 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling plex v0.2.5 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/plex-0.2.5/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(proc_macro_diagnostic)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/plex-0.2.5/src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(proc_macro_span)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `plex` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "05d98ab1a8fd339840d436e657b576d86838f3072599b577d5d525b97ad116a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05d98ab1a8fd339840d436e657b576d86838f3072599b577d5d525b97ad116a2", kill_on_drop: false }` [INFO] [stdout] 05d98ab1a8fd339840d436e657b576d86838f3072599b577d5d525b97ad116a2