[INFO] updating cached repository https://github.com/cdsupina/kibrarian [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] 264b3a58961256200f6cc6660c9a2b3acc327419 [INFO] testing cdsupina/kibrarian against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcdsupina%2Fkibrarian" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cdsupina/kibrarian 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/cdsupina/kibrarian [INFO] finished tweaking git repo https://github.com/cdsupina/kibrarian [INFO] tweaked toml for git repo https://github.com/cdsupina/kibrarian written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/cdsupina/kibrarian 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] da514ef84984299961ab40cc4a7f095c9664423f5b0e1544574c6e62b712d4e9 [INFO] running `"docker" "start" "-a" "da514ef84984299961ab40cc4a7f095c9664423f5b0e1544574c6e62b712d4e9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling smallvec v1.1.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.13 [INFO] [stderr] Compiling libgit2-sys v0.10.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling git2 v0.11.0 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling kibrarian v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `collections::HashMap` [INFO] [stderr] --> src/config.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use std::{collections::HashMap, error, fmt, fs, fs::File, io}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `global` [INFO] [stderr] --> src/libraries.rs:244:34 [INFO] [stderr] | [INFO] [stderr] 244 | pub fn uninstall(config: Config, global: bool, query: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_global` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "da514ef84984299961ab40cc4a7f095c9664423f5b0e1544574c6e62b712d4e9"` [INFO] running `"docker" "rm" "-f" "da514ef84984299961ab40cc4a7f095c9664423f5b0e1544574c6e62b712d4e9"` [INFO] [stdout] da514ef84984299961ab40cc4a7f095c9664423f5b0e1544574c6e62b712d4e9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] c1cf8c1562fe7b84722a0c5f5e6f02ce19404481b1bd14bbcab40f9946badadc [INFO] running `"docker" "start" "-a" "c1cf8c1562fe7b84722a0c5f5e6f02ce19404481b1bd14bbcab40f9946badadc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling kibrarian v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `collections::HashMap` [INFO] [stderr] --> src/config.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use std::{collections::HashMap, error, fmt, fs, fs::File, io}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `global` [INFO] [stderr] --> src/libraries.rs:244:34 [INFO] [stderr] | [INFO] [stderr] 244 | pub fn uninstall(config: Config, global: bool, query: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_global` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `"docker" "inspect" "c1cf8c1562fe7b84722a0c5f5e6f02ce19404481b1bd14bbcab40f9946badadc"` [INFO] running `"docker" "rm" "-f" "c1cf8c1562fe7b84722a0c5f5e6f02ce19404481b1bd14bbcab40f9946badadc"` [INFO] [stdout] c1cf8c1562fe7b84722a0c5f5e6f02ce19404481b1bd14bbcab40f9946badadc [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stdout] 396f92480d35aaf8828aa12e36262263d8b55e02e59aebb2980118d58fb42922 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "396f92480d35aaf8828aa12e36262263d8b55e02e59aebb2980118d58fb42922"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `collections::HashMap` [INFO] [stderr] --> src/config.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use std::{collections::HashMap, error, fmt, fs, fs::File, io}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `global` [INFO] [stderr] --> src/libraries.rs:244:34 [INFO] [stderr] | [INFO] [stderr] 244 | pub fn uninstall(config: Config, global: bool, query: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_global` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/kibrarian-2187d8abdaed93c6 [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" "396f92480d35aaf8828aa12e36262263d8b55e02e59aebb2980118d58fb42922"` [INFO] running `"docker" "rm" "-f" "396f92480d35aaf8828aa12e36262263d8b55e02e59aebb2980118d58fb42922"` [INFO] [stdout] 396f92480d35aaf8828aa12e36262263d8b55e02e59aebb2980118d58fb42922