[INFO] updating cached repository https://github.com/irvingwashington/repo_racoon [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] ee420f5313fc0553e831858eac92363485649d68 [INFO] testing irvingwashington/repo_racoon against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firvingwashington%2Frepo_racoon" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/irvingwashington/repo_racoon 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/irvingwashington/repo_racoon [INFO] finished tweaking git repo https://github.com/irvingwashington/repo_racoon [INFO] tweaked toml for git repo https://github.com/irvingwashington/repo_racoon written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/irvingwashington/repo_racoon 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] c5e969cef26fcc7751c01c0e83b90a64f70f414c08125fab24723423b3d0d1ac [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" "c5e969cef26fcc7751c01c0e83b90a64f70f414c08125fab24723423b3d0d1ac"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.12 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.5 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling tokio v0.1.17 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling ct-logs v0.4.0 [INFO] [stderr] Compiling rustls v0.14.0 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling tokio-rustls v0.8.1 [INFO] [stderr] Compiling hyper-rustls v0.15.1 [INFO] [stderr] Compiling github-rs v0.6.1 (https://github.com/rust-github/github-rs/#0b591a82) [INFO] [stderr] Compiling repo_racoon v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/app_error.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | Self::new(error.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/app_error.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | Self::new(error.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `files` [INFO] [stderr] --> src/github_repo.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn files(&self, path: String) -> Result, AppError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.29s [INFO] running `"docker" "inspect" "c5e969cef26fcc7751c01c0e83b90a64f70f414c08125fab24723423b3d0d1ac"` [INFO] running `"docker" "rm" "-f" "c5e969cef26fcc7751c01c0e83b90a64f70f414c08125fab24723423b3d0d1ac"` [INFO] [stdout] c5e969cef26fcc7751c01c0e83b90a64f70f414c08125fab24723423b3d0d1ac [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] c259cb906d3dce0b8216f1200292a14e5bd95c4177c163ce977431352c2bd940 [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" "c259cb906d3dce0b8216f1200292a14e5bd95c4177c163ce977431352c2bd940"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling repo_racoon v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/app_error.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | Self::new(error.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/app_error.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | Self::new(error.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `files` [INFO] [stderr] --> src/github_repo.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn files(&self, path: String) -> Result, AppError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.85s [INFO] running `"docker" "inspect" "c259cb906d3dce0b8216f1200292a14e5bd95c4177c163ce977431352c2bd940"` [INFO] running `"docker" "rm" "-f" "c259cb906d3dce0b8216f1200292a14e5bd95c4177c163ce977431352c2bd940"` [INFO] [stdout] c259cb906d3dce0b8216f1200292a14e5bd95c4177c163ce977431352c2bd940 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 6ae05796d3a46944e7a80dea9978aff99ab78d0d9b443df5994d6452d70dad49 [INFO] running `"docker" "start" "-a" "6ae05796d3a46944e7a80dea9978aff99ab78d0d9b443df5994d6452d70dad49"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/app_error.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | Self::new(error.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/app_error.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | Self::new(error.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `files` [INFO] [stderr] --> src/github_repo.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn files(&self, path: String) -> Result, AppError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/repo_racoon-994009d94676f3ca [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test repo_path::tests::test_short_repo_paths ... ok [INFO] [stdout] test repo_path::tests::test_incorrect_repo_path ... ok [INFO] [stdout] test repo_path::tests::test_many_slash_repo_path ... ok [INFO] [stdout] test repo_path::tests::test_correct_repo_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6ae05796d3a46944e7a80dea9978aff99ab78d0d9b443df5994d6452d70dad49"` [INFO] running `"docker" "rm" "-f" "6ae05796d3a46944e7a80dea9978aff99ab78d0d9b443df5994d6452d70dad49"` [INFO] [stdout] 6ae05796d3a46944e7a80dea9978aff99ab78d0d9b443df5994d6452d70dad49