[INFO] cloning repository https://github.com/aunetx/Dust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aunetx/Dust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faunetx%2FDust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faunetx%2FDust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ec2a6c4e7c852f294ecb6d8296e6200a7c446624 [INFO] testing aunetx/Dust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faunetx%2FDust" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aunetx/Dust 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/aunetx/Dust [INFO] finished tweaking git repo https://github.com/aunetx/Dust [INFO] tweaked toml for git repo https://github.com/aunetx/Dust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/aunetx/Dust 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 0fc67c8fd772fbe743c4075b9a62ccfdc8d033a7f5b6537a4b18f7ff17dbfc39 [INFO] running `"docker" "start" "-a" "0fc67c8fd772fbe743c4075b9a62ccfdc8d033a7f5b6537a4b18f7ff17dbfc39"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling simplelog v0.7.2 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling dust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `contains_content` [INFO] [stderr] --> src/main.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | let contains_content = !content.is_empty(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contains_content` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.73s [INFO] running `"docker" "inspect" "0fc67c8fd772fbe743c4075b9a62ccfdc8d033a7f5b6537a4b18f7ff17dbfc39"` [INFO] running `"docker" "rm" "-f" "0fc67c8fd772fbe743c4075b9a62ccfdc8d033a7f5b6537a4b18f7ff17dbfc39"` [INFO] [stdout] 0fc67c8fd772fbe743c4075b9a62ccfdc8d033a7f5b6537a4b18f7ff17dbfc39 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] f85fb36a606586d2674c5167ab7404ff12730cd6c7b6c33c15a0f6a95999e0fd [INFO] running `"docker" "start" "-a" "f85fb36a606586d2674c5167ab7404ff12730cd6c7b6c33c15a0f6a95999e0fd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling dust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `contains_content` [INFO] [stderr] --> src/main.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | let contains_content = !content.is_empty(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contains_content` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "f85fb36a606586d2674c5167ab7404ff12730cd6c7b6c33c15a0f6a95999e0fd"` [INFO] running `"docker" "rm" "-f" "f85fb36a606586d2674c5167ab7404ff12730cd6c7b6c33c15a0f6a95999e0fd"` [INFO] [stdout] f85fb36a606586d2674c5167ab7404ff12730cd6c7b6c33c15a0f6a95999e0fd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 0afff7a67ea4d8f49b1ad598146713be0905b7dcb35aa8bc0851871739d2539a [INFO] running `"docker" "start" "-a" "0afff7a67ea4d8f49b1ad598146713be0905b7dcb35aa8bc0851871739d2539a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `contains_content` [INFO] [stderr] --> src/main.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | let contains_content = !content.is_empty(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contains_content` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dust-cc2e97b17a45d14f [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" "0afff7a67ea4d8f49b1ad598146713be0905b7dcb35aa8bc0851871739d2539a"` [INFO] running `"docker" "rm" "-f" "0afff7a67ea4d8f49b1ad598146713be0905b7dcb35aa8bc0851871739d2539a"` [INFO] [stdout] 0afff7a67ea4d8f49b1ad598146713be0905b7dcb35aa8bc0851871739d2539a