[INFO] cloning repository https://github.com/oatberry/ailur-reborn [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oatberry/ailur-reborn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foatberry%2Failur-reborn"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foatberry%2Failur-reborn'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 130c09f53f9b012ead07cd103db10c6c0333d827 [INFO] testing oatberry/ailur-reborn against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foatberry%2Failur-reborn" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oatberry/ailur-reborn on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/oatberry/ailur-reborn [INFO] finished tweaking git repo https://github.com/oatberry/ailur-reborn [INFO] tweaked toml for git repo https://github.com/oatberry/ailur-reborn written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/oatberry/ailur-reborn already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-06-03" "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] 334473e92927d6ec07f531a65ef0661c6a3d592ba36fed431e428f645c1f56ef [INFO] running `"docker" "start" "-a" "334473e92927d6ec07f531a65ef0661c6a3d592ba36fed431e428f645c1f56ef"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling bstr v0.2.11 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling rlua v0.17.0 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling ailur-reborn v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `target` [INFO] [stderr] --> src/bot.rs:77:47 [INFO] [stderr] | [INFO] [stderr] 77 | (Some(Usermask(sender)), Notice { target, text }) => { [INFO] [stderr] | ^^^^^^ help: try ignoring the field: `target: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `action` [INFO] [stderr] --> src/irc.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn action(&mut self, target: &str, message: &str) -> io::Result<()> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.71s [INFO] running `"docker" "inspect" "334473e92927d6ec07f531a65ef0661c6a3d592ba36fed431e428f645c1f56ef"` [INFO] running `"docker" "rm" "-f" "334473e92927d6ec07f531a65ef0661c6a3d592ba36fed431e428f645c1f56ef"` [INFO] [stdout] 334473e92927d6ec07f531a65ef0661c6a3d592ba36fed431e428f645c1f56ef [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-06-03" "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] c2214516c68a0b4b0018df34898f178e0ecb75c0381f580c94d0a4f770534000 [INFO] running `"docker" "start" "-a" "c2214516c68a0b4b0018df34898f178e0ecb75c0381f580c94d0a4f770534000"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ailur-reborn v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `target` [INFO] [stderr] --> src/bot.rs:77:47 [INFO] [stderr] | [INFO] [stderr] 77 | (Some(Usermask(sender)), Notice { target, text }) => { [INFO] [stderr] | ^^^^^^ help: try ignoring the field: `target: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `action` [INFO] [stderr] --> src/irc.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn action(&mut self, target: &str, message: &str) -> io::Result<()> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.99s [INFO] running `"docker" "inspect" "c2214516c68a0b4b0018df34898f178e0ecb75c0381f580c94d0a4f770534000"` [INFO] running `"docker" "rm" "-f" "c2214516c68a0b4b0018df34898f178e0ecb75c0381f580c94d0a4f770534000"` [INFO] [stdout] c2214516c68a0b4b0018df34898f178e0ecb75c0381f580c94d0a4f770534000 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-06-03" "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] 1578e5f8be1089040332c7bf736510eaeca4d01895014d8eac30e86fc491a7f4 [INFO] running `"docker" "start" "-a" "1578e5f8be1089040332c7bf736510eaeca4d01895014d8eac30e86fc491a7f4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `target` [INFO] [stderr] --> src/bot.rs:77:47 [INFO] [stderr] | [INFO] [stderr] 77 | (Some(Usermask(sender)), Notice { target, text }) => { [INFO] [stderr] | ^^^^^^ help: try ignoring the field: `target: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `action` [INFO] [stderr] --> src/irc.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn action(&mut self, target: &str, message: &str) -> io::Result<()> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ailur_reborn-2ea94e48acc5d0d7 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test messages::tests::privmsg ... ok [INFO] [stdout] test messages::tests::ping ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1578e5f8be1089040332c7bf736510eaeca4d01895014d8eac30e86fc491a7f4"` [INFO] running `"docker" "rm" "-f" "1578e5f8be1089040332c7bf736510eaeca4d01895014d8eac30e86fc491a7f4"` [INFO] [stdout] 1578e5f8be1089040332c7bf736510eaeca4d01895014d8eac30e86fc491a7f4