[INFO] updating cached repository https://github.com/naftulikay/wordsolve [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] aa476029140a0acd31b8321243028c4a6295609d [INFO] testing naftulikay/wordsolve against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaftulikay%2Fwordsolve" "/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/naftulikay/wordsolve on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/naftulikay/wordsolve [INFO] finished tweaking git repo https://github.com/naftulikay/wordsolve [INFO] tweaked toml for git repo https://github.com/naftulikay/wordsolve written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/naftulikay/wordsolve already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 0abfaae038c8099b1034d6e844ca4a4c291b93df82eed43edcba81429d6a1a06 [INFO] running `"docker" "start" "-a" "0abfaae038c8099b1034d6e844ca4a4c291b93df82eed43edcba81429d6a1a06"` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling structopt-derive v0.2.16 [INFO] [stderr] Compiling structopt v0.2.16 [INFO] [stderr] Compiling wordsolve v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.90s [INFO] running `"docker" "inspect" "0abfaae038c8099b1034d6e844ca4a4c291b93df82eed43edcba81429d6a1a06"` [INFO] running `"docker" "rm" "-f" "0abfaae038c8099b1034d6e844ca4a4c291b93df82eed43edcba81429d6a1a06"` [INFO] [stdout] 0abfaae038c8099b1034d6e844ca4a4c291b93df82eed43edcba81429d6a1a06 [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 0550673a17e3c53ef03077605d6e28d67da0b8f0e8b65c8dc618be62ccac002a [INFO] running `"docker" "start" "-a" "0550673a17e3c53ef03077605d6e28d67da0b8f0e8b65c8dc618be62ccac002a"` [INFO] [stderr] Compiling wordsolve v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `"docker" "inspect" "0550673a17e3c53ef03077605d6e28d67da0b8f0e8b65c8dc618be62ccac002a"` [INFO] running `"docker" "rm" "-f" "0550673a17e3c53ef03077605d6e28d67da0b8f0e8b65c8dc618be62ccac002a"` [INFO] [stdout] 0550673a17e3c53ef03077605d6e28d67da0b8f0e8b65c8dc618be62ccac002a [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 625189f3a98bf653747e50b52d2935018fa472d96d0a8f3d202cddd94771932d [INFO] running `"docker" "start" "-a" "625189f3a98bf653747e50b52d2935018fa472d96d0a8f3d202cddd94771932d"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wordsolve-2a488f6edbaec2ee [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test dictionary::tests::test_is_valid_word_size ... ok [INFO] [stdout] test dictionary::tests::test_is_valid_word_chars ... 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" "625189f3a98bf653747e50b52d2935018fa472d96d0a8f3d202cddd94771932d"` [INFO] running `"docker" "rm" "-f" "625189f3a98bf653747e50b52d2935018fa472d96d0a8f3d202cddd94771932d"` [INFO] [stdout] 625189f3a98bf653747e50b52d2935018fa472d96d0a8f3d202cddd94771932d