[INFO] cloning repository https://github.com/Systemcluster/bracket2-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Systemcluster/bracket2-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSystemcluster%2Fbracket2-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSystemcluster%2Fbracket2-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 52538166672b9b31fda33a3ad0abd3fc1cac9a62 [INFO] testing Systemcluster/bracket2-rs against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSystemcluster%2Fbracket2-rs" "/workspace/builds/worker-41/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-41/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Systemcluster/bracket2-rs on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-41/source/.cargo/config [INFO] started tweaking git repo https://github.com/Systemcluster/bracket2-rs [INFO] finished tweaking git repo https://github.com/Systemcluster/bracket2-rs [INFO] tweaked toml for git repo https://github.com/Systemcluster/bracket2-rs written to /workspace/builds/worker-41/source/Cargo.toml [INFO] crate git repo https://github.com/Systemcluster/bracket2-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8602e09a75886c272691ead554bc07cae1b7ed269219939b506099bb6fed52c [INFO] running `Command { std: "docker" "start" "-a" "b8602e09a75886c272691ead554bc07cae1b7ed269219939b506099bb6fed52c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8602e09a75886c272691ead554bc07cae1b7ed269219939b506099bb6fed52c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8602e09a75886c272691ead554bc07cae1b7ed269219939b506099bb6fed52c", kill_on_drop: false }` [INFO] [stdout] b8602e09a75886c272691ead554bc07cae1b7ed269219939b506099bb6fed52c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 851435cefd521223776d8597f78022782367a958a6292b8b38ff576aeb5d0530 [INFO] running `Command { std: "docker" "start" "-a" "851435cefd521223776d8597f78022782367a958a6292b8b38ff576aeb5d0530", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling simplelog v0.4.4 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling bracket2 v0.0.1-dev (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/main.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | #![feature(const_fn)] // const functions [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/main.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | #![feature(const_generics)] // const generics [INFO] [stdout] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/program.rs:140:3 [INFO] [stdout] | [INFO] [stdout] 140 | / lazy_static!{ [INFO] [stdout] 141 | | static ref SUBLINK: Regex = Regex::new(r"^&([0-9]*)$").unwrap(); [INFO] [stdout] 142 | | static ref INTEGER: Regex = Regex::new(r"^([0-9]+)$").unwrap(); [INFO] [stdout] 143 | | static ref FLOATP: Regex = Regex::new(r"^([0-9]+\.[0-9]+)$").unwrap(); [INFO] [stdout] 144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/program.rs:140:3 [INFO] [stdout] | [INFO] [stdout] 140 | / lazy_static!{ [INFO] [stdout] 141 | | static ref SUBLINK: Regex = Regex::new(r"^&([0-9]*)$").unwrap(); [INFO] [stdout] 142 | | static ref INTEGER: Regex = Regex::new(r"^([0-9]+)$").unwrap(); [INFO] [stdout] 143 | | static ref FLOATP: Regex = Regex::new(r"^([0-9]+\.[0-9]+)$").unwrap(); [INFO] [stdout] 144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/program.rs:140:3 [INFO] [stdout] | [INFO] [stdout] 140 | / lazy_static!{ [INFO] [stdout] 141 | | static ref SUBLINK: Regex = Regex::new(r"^&([0-9]*)$").unwrap(); [INFO] [stdout] 142 | | static ref INTEGER: Regex = Regex::new(r"^([0-9]+)$").unwrap(); [INFO] [stdout] 143 | | static ref FLOATP: Regex = Regex::new(r"^([0-9]+\.[0-9]+)$").unwrap(); [INFO] [stdout] 144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bracket2` due to 3 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "851435cefd521223776d8597f78022782367a958a6292b8b38ff576aeb5d0530", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "851435cefd521223776d8597f78022782367a958a6292b8b38ff576aeb5d0530", kill_on_drop: false }` [INFO] [stdout] 851435cefd521223776d8597f78022782367a958a6292b8b38ff576aeb5d0530