[INFO] updating cached repository https://github.com/dora-gt/sc4 [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 86acbf5950d1ecd4f06c8861d9c0bf40b3ff1205 [INFO] testing dora-gt/sc4 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdora-gt%2Fsc4" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dora-gt/sc4 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dora-gt/sc4 [INFO] finished tweaking git repo https://github.com/dora-gt/sc4 [INFO] tweaked toml for git repo https://github.com/dora-gt/sc4 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/dora-gt/sc4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 51d1729893556a3940d79be665c04b90a2bec28d4f7e160a179b72397ec45ff0 [INFO] running `"docker" "start" "-a" "51d1729893556a3940d79be665c04b90a2bec28d4f7e160a179b72397ec45ff0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling alfred v4.0.1 [INFO] [stderr] Compiling sc4 v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:13:42 [INFO] [stderr] | [INFO] [stderr] 13 | static ref REGEX_SNAKE_CASE: Regex = { Regex::new("^[a-z]+((_[a-z]+)+$|$)").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | static ref REGEX_CAMEL_CASE: Regex = { Regex::new("^([A-Z][a-z]*)+$").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | static ref REGEX_KEBAB_CASE: Regex = { Regex::new("^[a-z]+((-[a-z]+)+$|$)").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | static ref REGEX_CAMEL_CASE_BREAK_DOWN: Regex = { Regex::new("[A-Z][a-z]*").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.32s [INFO] running `"docker" "inspect" "51d1729893556a3940d79be665c04b90a2bec28d4f7e160a179b72397ec45ff0"` [INFO] running `"docker" "rm" "-f" "51d1729893556a3940d79be665c04b90a2bec28d4f7e160a179b72397ec45ff0"` [INFO] [stdout] 51d1729893556a3940d79be665c04b90a2bec28d4f7e160a179b72397ec45ff0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b2103c1d42ef852722436a200bd0d71be68b7af87eb7c7bcc60d44d43e84b855 [INFO] running `"docker" "start" "-a" "b2103c1d42ef852722436a200bd0d71be68b7af87eb7c7bcc60d44d43e84b855"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sc4 v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:13:42 [INFO] [stderr] | [INFO] [stderr] 13 | static ref REGEX_SNAKE_CASE: Regex = { Regex::new("^[a-z]+((_[a-z]+)+$|$)").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | static ref REGEX_CAMEL_CASE: Regex = { Regex::new("^([A-Z][a-z]*)+$").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | static ref REGEX_KEBAB_CASE: Regex = { Regex::new("^[a-z]+((-[a-z]+)+$|$)").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | static ref REGEX_CAMEL_CASE_BREAK_DOWN: Regex = { Regex::new("[A-Z][a-z]*").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `"docker" "inspect" "b2103c1d42ef852722436a200bd0d71be68b7af87eb7c7bcc60d44d43e84b855"` [INFO] running `"docker" "rm" "-f" "b2103c1d42ef852722436a200bd0d71be68b7af87eb7c7bcc60d44d43e84b855"` [INFO] [stdout] b2103c1d42ef852722436a200bd0d71be68b7af87eb7c7bcc60d44d43e84b855 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 76723a0f184e64981ae506e6d6581a209958d38f70eb569d13a82becdcd6f576 [INFO] running `"docker" "start" "-a" "76723a0f184e64981ae506e6d6581a209958d38f70eb569d13a82becdcd6f576"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:13:42 [INFO] [stderr] | [INFO] [stderr] 13 | static ref REGEX_SNAKE_CASE: Regex = { Regex::new("^[a-z]+((_[a-z]+)+$|$)").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | static ref REGEX_CAMEL_CASE: Regex = { Regex::new("^([A-Z][a-z]*)+$").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | static ref REGEX_KEBAB_CASE: Regex = { Regex::new("^[a-z]+((-[a-z]+)+$|$)").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/main.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | static ref REGEX_CAMEL_CASE_BREAK_DOWN: Regex = { Regex::new("[A-Z][a-z]*").unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sc4-dbd85b5dc7e1e5ee [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "76723a0f184e64981ae506e6d6581a209958d38f70eb569d13a82becdcd6f576"` [INFO] running `"docker" "rm" "-f" "76723a0f184e64981ae506e6d6581a209958d38f70eb569d13a82becdcd6f576"` [INFO] [stdout] 76723a0f184e64981ae506e6d6581a209958d38f70eb569d13a82becdcd6f576