[INFO] fetching crate specs 0.15.1... [INFO] checking specs-0.15.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate specs 0.15.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate specs 0.15.1 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 specs 0.15.1 [INFO] removed 7 missing examples [INFO] finished tweaking crates.io crate specs 0.15.1 [INFO] tweaked toml for crates.io crate specs 0.15.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate specs 0.15.1 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 1cb5315884c786415f43e834fff6db3970a7f8b99ea1af3ae85721eeb6f2b747 [INFO] running `"docker" "start" "-a" "1cb5315884c786415f43e834fff6db3970a7f8b99ea1af3ae85721eeb6f2b747"` [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling hashbrown v0.6.0 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Checking criterion-plot v0.4.0 [INFO] [stderr] Compiling getrandom v0.1.3 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Checking rand_os v0.2.2 [INFO] [stderr] Checking rand_xoshiro v0.3.1 [INFO] [stderr] Checking rand_chacha v0.2.0 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking hibitset v0.6.1 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Checking const-random v0.1.6 [INFO] [stderr] Checking ahash v0.2.12 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling shred-derive v0.6.1 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Checking shred v0.9.3 [INFO] [stderr] Checking specs v0.15.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking bstr v0.2.1 [INFO] [stderr] Checking ron v0.5.1 [INFO] [stderr] Checking csv v1.1.0 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking criterion v0.3.0 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/big_or_small.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `specs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/parallel.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `specs::saveload` [INFO] [stderr] --> examples/saveload.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | saveload::{ [INFO] [stderr] | ^^^^^^^^ could not find `saveload` in `specs` [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Deserialize` in this scope [INFO] [stderr] --> examples/saveload.rs:49:30 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(Clone, Copy, Debug, Deserialize, Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Serialize` in this scope [INFO] [stderr] --> examples/saveload.rs:49:43 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(Clone, Copy, Debug, Deserialize, Serialize)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Deserialize` in this scope [INFO] [stderr] --> examples/saveload.rs:60:30 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Copy, Debug, Deserialize, Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Serialize` in this scope [INFO] [stderr] --> examples/saveload.rs:60:43 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Copy, Debug, Deserialize, Serialize)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> examples/saveload.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate serde; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `specs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/world.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `specs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/benches_main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `marked` found for type `specs::EntityBuilder<'_>` in the current scope [INFO] [stderr] --> examples/saveload.rs:131:10 [INFO] [stderr] | [INFO] [stderr] 131 | .marked::>() [INFO] [stderr] | ^^^^^^ method not found in `specs::EntityBuilder<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `marked` found for type `specs::EntityBuilder<'_>` in the current scope [INFO] [stderr] --> examples/saveload.rs:138:10 [INFO] [stderr] | [INFO] [stderr] 138 | .marked::>() [INFO] [stderr] | ^^^^^^ method not found in `specs::EntityBuilder<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `specs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `specs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1cb5315884c786415f43e834fff6db3970a7f8b99ea1af3ae85721eeb6f2b747"` [INFO] running `"docker" "rm" "-f" "1cb5315884c786415f43e834fff6db3970a7f8b99ea1af3ae85721eeb6f2b747"` [INFO] [stdout] 1cb5315884c786415f43e834fff6db3970a7f8b99ea1af3ae85721eeb6f2b747