[INFO] cloning repository https://github.com/edoipi/install [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edoipi/install" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedoipi%2Finstall", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedoipi%2Finstall'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9793171cc3f15d139f8d8b5f9b51f9f397da5d88 [INFO] testing edoipi/install against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedoipi%2Finstall" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edoipi/install on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/edoipi/install [INFO] finished tweaking git repo https://github.com/edoipi/install [INFO] tweaked toml for git repo https://github.com/edoipi/install written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/edoipi/install already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae43e31e1207a5a47937c7cd9ba8bc108dc4b619a14dc4ebd0f37d03fa8a24dc [INFO] running `Command { std: "docker" "start" "-a" "ae43e31e1207a5a47937c7cd9ba8bc108dc4b619a14dc4ebd0f37d03fa8a24dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae43e31e1207a5a47937c7cd9ba8bc108dc4b619a14dc4ebd0f37d03fa8a24dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae43e31e1207a5a47937c7cd9ba8bc108dc4b619a14dc4ebd0f37d03fa8a24dc", kill_on_drop: false }` [INFO] [stdout] ae43e31e1207a5a47937c7cd9ba8bc108dc4b619a14dc4ebd0f37d03fa8a24dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63a0d72225e3f3832b6727b9aead5952e972075487a33477b971930f09f723e0 [INFO] running `Command { std: "docker" "start" "-a" "63a0d72225e3f3832b6727b9aead5952e972075487a33477b971930f09f723e0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.1.6 [INFO] [stderr] Compiling regex v0.1.27 [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | use std::str::pattern::{Pattern, Searcher, SearchStep}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | use std::str::pattern::{Pattern, Searcher, SearchStep}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:16:44 [INFO] [stdout] | [INFO] [stdout] 16 | use std::str::pattern::{Pattern, Searcher, SearchStep}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:966:5 [INFO] [stdout] | [INFO] [stdout] 966 | type Searcher = RegexSearcher<'r, 't>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:968:5 [INFO] [stdout] | [INFO] [stdout] 968 | / fn into_searcher(self, haystack: &'t str) -> RegexSearcher<'r, 't> { [INFO] [stdout] 969 | | RegexSearcher { [INFO] [stdout] 970 | | it: self.find_iter(haystack), [INFO] [stdout] 971 | | last_step_end: 0, [INFO] [stdout] 972 | | next_match: None, [INFO] [stdout] 973 | | } [INFO] [stdout] 974 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:965:14 [INFO] [stdout] | [INFO] [stdout] 965 | impl<'r, 't> Pattern<'t> for &'r Regex { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:980:5 [INFO] [stdout] | [INFO] [stdout] 980 | / fn haystack(&self) -> &'t str { [INFO] [stdout] 981 | | self.it.search [INFO] [stdout] 982 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:985:5 [INFO] [stdout] | [INFO] [stdout] 985 | / fn next(&mut self) -> SearchStep { [INFO] [stdout] 986 | | if let Some((s, e)) = self.next_match { [INFO] [stdout] 987 | | self.next_match = None; [INFO] [stdout] 988 | | self.last_step_end = e; [INFO] [stdout] ... | [INFO] [stdout] 1012 | | } [INFO] [stdout] 1013 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:978:21 [INFO] [stdout] | [INFO] [stdout] 978 | unsafe impl<'r, 't> Searcher<'t> for RegexSearcher<'r, 't> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:985:27 [INFO] [stdout] | [INFO] [stdout] 985 | fn next(&mut self) -> SearchStep { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:989:20 [INFO] [stdout] | [INFO] [stdout] 989 | return SearchStep::Match(s, e); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:996:21 [INFO] [stdout] | [INFO] [stdout] 996 | SearchStep::Reject(last, self.haystack().len()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:998:21 [INFO] [stdout] | [INFO] [stdout] 998 | SearchStep::Done [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:1004:21 [INFO] [stdout] | [INFO] [stdout] 1004 | SearchStep::Match(s, e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:1009:21 [INFO] [stdout] | [INFO] [stdout] 1009 | SearchStep::Reject(last, s) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/lib.rs:370:42 [INFO] [stdout] | [INFO] [stdout] 370 | #![cfg_attr(feature = "pattern", feature(core))] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling log v0.3.1 [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:993:46 [INFO] [stdout] | [INFO] [stdout] 993 | if self.last_step_end < self.haystack().len() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:995:47 [INFO] [stdout] | [INFO] [stdout] 995 | self.last_step_end = self.haystack().len(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'pattern': API not fully fleshed out and ready to be stabilized [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.27/src/re.rs:996:51 [INFO] [stdout] | [INFO] [stdout] 996 | SearchStep::Reject(last, self.haystack().len()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27721 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `regex` due to 20 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "63a0d72225e3f3832b6727b9aead5952e972075487a33477b971930f09f723e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63a0d72225e3f3832b6727b9aead5952e972075487a33477b971930f09f723e0", kill_on_drop: false }` [INFO] [stdout] 63a0d72225e3f3832b6727b9aead5952e972075487a33477b971930f09f723e0