[INFO] crate screenruster-saver-fractal 0.1.1 is already in cache [INFO] testing screenruster-saver-fractal-0.1.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate screenruster-saver-fractal 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate screenruster-saver-fractal 0.1.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate screenruster-saver-fractal 0.1.1 [INFO] finished tweaking crates.io crate screenruster-saver-fractal 0.1.1 [INFO] tweaked toml for crates.io crate screenruster-saver-fractal 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 11c63a28d7636b6611c3755c9ae814452baf4c5e226eea63ed866659f61b8352 [INFO] running `"docker" "start" "-a" "11c63a28d7636b6611c3755c9ae814452baf4c5e226eea63ed866659f61b8352"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling json v0.11.15 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Compiling meval v0.0.9 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling image v0.12.4 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling screenruster-saver v0.1.8 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(macro_reexport, type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `pub use` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `macro_reexport` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:19:3 [INFO] [stderr] | [INFO] [stderr] 19 | #[macro_reexport(debug, error, info, log, log_enabled, trace, warn)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `macro_reexport` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | #[macro_reexport(object, array)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `macro_reexport` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg_attr(feature = "renderer", macro_reexport(implement_vertex, program, uniform))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `select` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:141:3 [INFO] [stderr] | [INFO] [stderr] 141 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(macro_reexport, type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:16:35 [INFO] [stderr] | [INFO] [stderr] 16 | #![cfg_attr(feature = "renderer", feature(mpsc_select))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `screenruster-saver`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "11c63a28d7636b6611c3755c9ae814452baf4c5e226eea63ed866659f61b8352"` [INFO] running `"docker" "rm" "-f" "11c63a28d7636b6611c3755c9ae814452baf4c5e226eea63ed866659f61b8352"` [INFO] [stdout] 11c63a28d7636b6611c3755c9ae814452baf4c5e226eea63ed866659f61b8352