[INFO] cloning repository https://github.com/meteorfox/rumd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meteorfox/rumd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeteorfox%2Frumd"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeteorfox%2Frumd'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c4772f8b9cadf627af195c3cd4868b5e263a2851 [INFO] testing meteorfox/rumd against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeteorfox%2Frumd" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/meteorfox/rumd 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/meteorfox/rumd [INFO] finished tweaking git repo https://github.com/meteorfox/rumd [INFO] tweaked toml for git repo https://github.com/meteorfox/rumd written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/meteorfox/rumd 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] a5bb8f48589670dd611986dd910e96df4ceb4e045cd0e119936fe6a996382bb4 [INFO] running `"docker" "start" "-a" "a5bb8f48589670dd611986dd910e96df4ceb4e045cd0e119936fe6a996382bb4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling tungstenite v0.10.1 [INFO] [stderr] Compiling headers v0.3.2 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Compiling globset v0.4.5 [INFO] [stderr] Compiling ignore v0.4.15 [INFO] [stderr] Compiling multipart v0.16.1 [INFO] [stderr] Compiling pin-project-internal v0.4.15 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling tokio v0.2.20 [INFO] [stderr] Compiling pin-project v0.4.15 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling tokio-tungstenite v0.10.1 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling warp v0.2.2 [INFO] [stderr] Compiling rumd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: type alias is never used: `UMDIndex` [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | type UMDIndex<'a> = Arc>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `"docker" "inspect" "a5bb8f48589670dd611986dd910e96df4ceb4e045cd0e119936fe6a996382bb4"` [INFO] running `"docker" "rm" "-f" "a5bb8f48589670dd611986dd910e96df4ceb4e045cd0e119936fe6a996382bb4"` [INFO] [stdout] a5bb8f48589670dd611986dd910e96df4ceb4e045cd0e119936fe6a996382bb4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 8b06ededf37eca49746e0283b3b4037cf4f56740531cfdaa68789d8310d90afe [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" "8b06ededf37eca49746e0283b3b4037cf4f56740531cfdaa68789d8310d90afe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rumd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: type alias is never used: `UMDIndex` [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | type UMDIndex<'a> = Arc>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.12s [INFO] running `"docker" "inspect" "8b06ededf37eca49746e0283b3b4037cf4f56740531cfdaa68789d8310d90afe"` [INFO] running `"docker" "rm" "-f" "8b06ededf37eca49746e0283b3b4037cf4f56740531cfdaa68789d8310d90afe"` [INFO] [stdout] 8b06ededf37eca49746e0283b3b4037cf4f56740531cfdaa68789d8310d90afe [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 6e50baaa55e1cced55d91338571ac44129481862bc49a4ff45c1311c81d1936b [INFO] running `"docker" "start" "-a" "6e50baaa55e1cced55d91338571ac44129481862bc49a4ff45c1311c81d1936b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: type alias is never used: `UMDIndex` [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | type UMDIndex<'a> = Arc>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rumd-5ba8d69cda7680e0 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_list ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6e50baaa55e1cced55d91338571ac44129481862bc49a4ff45c1311c81d1936b"` [INFO] running `"docker" "rm" "-f" "6e50baaa55e1cced55d91338571ac44129481862bc49a4ff45c1311c81d1936b"` [INFO] [stdout] 6e50baaa55e1cced55d91338571ac44129481862bc49a4ff45c1311c81d1936b