[INFO] crate cpclib 0.3.1-alpha is already in cache [INFO] checking cpclib-0.3.1-alpha against beta-2019-10-27 for pr-65897 [INFO] extracting crate cpclib 0.3.1-alpha into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate cpclib 0.3.1-alpha on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cpclib 0.3.1-alpha [INFO] finished tweaking crates.io crate cpclib 0.3.1-alpha [INFO] tweaked toml for crates.io crate cpclib 0.3.1-alpha written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate cpclib 0.3.1-alpha already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3ff9a523a0035db29918ba879f4551a58ab08319d0a1e37a0f5817eb27d3307b [INFO] running `"docker" "start" "-a" "3ff9a523a0035db29918ba879f4551a58ab08319d0a1e37a0f5817eb27d3307b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Checking slice-of-array v0.2.1 [INFO] [stderr] Checking bitsets v0.1.1 [INFO] [stderr] Checking custom_error v1.6.0 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking delegate v0.2.0 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling nom v5.0.0 [INFO] [stderr] Compiling dbg v1.0.4 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Checking vecmath v0.3.1 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling casey v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking getrandom v0.1.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling lexical-core v0.4.2 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling num_enum v0.2.3 [INFO] [stderr] Checking rand_chacha v0.2.0 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.8.1 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Compiling paste-impl v0.1.5 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking paste v0.1.5 [INFO] [stderr] Checking backtrace v0.3.32 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling getset v0.0.6 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling git2 v0.9.1 [INFO] [stderr] Compiling built v0.3.1 [INFO] [stderr] Compiling cpclib v0.3.1-alpha (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(proc_macro_hygiene)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(vec_drain_as_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(proc_macro_hygiene)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(vec_drain_as_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `cpclib`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `cpclib`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ff9a523a0035db29918ba879f4551a58ab08319d0a1e37a0f5817eb27d3307b"` [INFO] running `"docker" "rm" "-f" "3ff9a523a0035db29918ba879f4551a58ab08319d0a1e37a0f5817eb27d3307b"` [INFO] [stdout] 3ff9a523a0035db29918ba879f4551a58ab08319d0a1e37a0f5817eb27d3307b