[INFO] updating cached repository https://github.com/andreytkachenko/opencm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc4b1990be41317cde9c9e55b61df8d94fc873d2 [INFO] testing andreytkachenko/opencm against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreytkachenko%2Fopencm" "/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/andreytkachenko/opencm on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andreytkachenko/opencm [INFO] finished tweaking git repo https://github.com/andreytkachenko/opencm [INFO] tweaked toml for git repo https://github.com/andreytkachenko/opencm written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/andreytkachenko/opencm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fae1efa75222c805d8a4f16c32d011dffb537072420c89e1ef265130085b7957 [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" "fae1efa75222c805d8a4f16c32d011dffb537072420c89e1ef265130085b7957", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fae1efa75222c805d8a4f16c32d011dffb537072420c89e1ef265130085b7957", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fae1efa75222c805d8a4f16c32d011dffb537072420c89e1ef265130085b7957", kill_on_drop: false }` [INFO] [stdout] fae1efa75222c805d8a4f16c32d011dffb537072420c89e1ef265130085b7957 [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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "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] 33aaa63c47534e6cad579dc28e491452dd820b77d82da7376fe9593ef37b1792 [INFO] running `Command { std: "docker" "start" "-a" "33aaa63c47534e6cad579dc28e491452dd820b77d82da7376fe9593ef37b1792", kill_on_drop: false }` [INFO] [stderr] Compiling opencm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_fn, asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:17:33 [INFO] [stdout] | [INFO] [stdout] 17 | pub const DCRST: u32 = (1 << 12); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | pub const ICRST: u32 = (1 << 11); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:19:33 [INFO] [stdout] | [INFO] [stdout] 19 | pub const DCEN: u32 = (1 << 10); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | pub const ICEN: u32 = (1 << 9); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:21:33 [INFO] [stdout] | [INFO] [stdout] 21 | pub const PRFTEN: u32 = (1 << 8); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:34:31 [INFO] [stdout] | [INFO] [stdout] 34 | pub const LOCK: u32 = (1 << 31); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:35:32 [INFO] [stdout] | [INFO] [stdout] 35 | pub const ERRIE: u32 = (1 << 25); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | pub const EOPIE: u32 = (1 << 24); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | pub const STRT: u32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | pub const MER: u32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | pub const SER: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | pub const PG: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:55:30 [INFO] [stdout] | [INFO] [stdout] 55 | pub const BSY: u32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:56:33 [INFO] [stdout] | [INFO] [stdout] 56 | pub const PGSERR: u32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | pub const PGPERR: u32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | pub const PGAERR: u32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:59:33 [INFO] [stdout] | [INFO] [stdout] 59 | pub const WRPERR: u32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | pub const OPERR: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hal/flash.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 61 | pub const EOP: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `opencm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "33aaa63c47534e6cad579dc28e491452dd820b77d82da7376fe9593ef37b1792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33aaa63c47534e6cad579dc28e491452dd820b77d82da7376fe9593ef37b1792", kill_on_drop: false }` [INFO] [stdout] 33aaa63c47534e6cad579dc28e491452dd820b77d82da7376fe9593ef37b1792