[INFO] crate baduk 0.1.0 is already in cache [INFO] checking baduk-0.1.0 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] extracting crate baduk 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate baduk 0.1.0 on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate baduk 0.1.0 [INFO] finished tweaking crates.io crate baduk 0.1.0 [INFO] tweaked toml for crates.io crate baduk 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "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] 5da227c821ee03d7c79771974a5b22b6a1d6dd030ece9b88bc71dca7c2b0022e [INFO] running `"docker" "start" "-a" "5da227c821ee03d7c79771974a5b22b6a1d6dd030ece9b88bc71dca7c2b0022e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking baduk v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(advanced_slice_patterns, slice_patterns)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: merged into `#![feature(slice_patterns)]` [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `]`, or `|`, found `..` [INFO] [stderr] --> src/sgf.rs:125:26 [INFO] [stderr] | [INFO] [stderr] 125 | &[] | &[_..] => Err(SgfParseError::InvalidMoveCoordinate(String::from(s))), [INFO] [stderr] | ^^ expected one of `,`, `]`, or `|` [INFO] [stderr] | [INFO] [stderr] help: if you meant to bind the contents of the rest of the array pattern into `_`, use `@` [INFO] [stderr] | [INFO] [stderr] 125 | &[] | &[_ @ ..] => Err(SgfParseError::InvalidMoveCoordinate(String::from(s))), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `baduk`. [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[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(advanced_slice_patterns, slice_patterns)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: merged into `#![feature(slice_patterns)]` [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `]`, or `|`, found `..` [INFO] [stderr] --> src/sgf.rs:125:26 [INFO] [stderr] | [INFO] [stderr] 125 | &[] | &[_..] => Err(SgfParseError::InvalidMoveCoordinate(String::from(s))), [INFO] [stderr] | ^^ expected one of `,`, `]`, or `|` [INFO] [stderr] | [INFO] [stderr] help: if you meant to bind the contents of the rest of the array pattern into `_`, use `@` [INFO] [stderr] | [INFO] [stderr] 125 | &[] | &[_ @ ..] => Err(SgfParseError::InvalidMoveCoordinate(String::from(s))), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5da227c821ee03d7c79771974a5b22b6a1d6dd030ece9b88bc71dca7c2b0022e"` [INFO] running `"docker" "rm" "-f" "5da227c821ee03d7c79771974a5b22b6a1d6dd030ece9b88bc71dca7c2b0022e"` [INFO] [stdout] 5da227c821ee03d7c79771974a5b22b6a1d6dd030ece9b88bc71dca7c2b0022e