[INFO] updating cached repository https://github.com/leafgarland/jumpjump [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] e1ee340babae429da52af45d9c8fa65109120139 [INFO] testing leafgarland/jumpjump against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleafgarland%2Fjumpjump" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leafgarland/jumpjump 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/leafgarland/jumpjump [INFO] finished tweaking git repo https://github.com/leafgarland/jumpjump [INFO] tweaked toml for git repo https://github.com/leafgarland/jumpjump written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/leafgarland/jumpjump already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 9fe7dc4c4d22f3bcdd89252ccbceaacfee9fa005c2cfed3a703330fec0e33f09 [INFO] running `"docker" "start" "-a" "9fe7dc4c4d22f3bcdd89252ccbceaacfee9fa005c2cfed3a703330fec0e33f09"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling anyhow v1.0.26 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling libsqlite3-sys v0.17.1 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling lru-cache v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling itertools v0.8.1 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling stfu8 v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling path_abs v0.5.0 [INFO] [stderr] Compiling rusqlite v0.21.0 [INFO] [stderr] Compiling jumpjump v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `"docker" "inspect" "9fe7dc4c4d22f3bcdd89252ccbceaacfee9fa005c2cfed3a703330fec0e33f09"` [INFO] running `"docker" "rm" "-f" "9fe7dc4c4d22f3bcdd89252ccbceaacfee9fa005c2cfed3a703330fec0e33f09"` [INFO] [stdout] 9fe7dc4c4d22f3bcdd89252ccbceaacfee9fa005c2cfed3a703330fec0e33f09 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 552dde45868637142e459247dcfdb599ae74df94dfd08a0ea23673a11010fea5 [INFO] running `"docker" "start" "-a" "552dde45868637142e459247dcfdb599ae74df94dfd08a0ea23673a11010fea5"` [INFO] [stderr] Compiling jumpjump v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.91s [INFO] running `"docker" "inspect" "552dde45868637142e459247dcfdb599ae74df94dfd08a0ea23673a11010fea5"` [INFO] running `"docker" "rm" "-f" "552dde45868637142e459247dcfdb599ae74df94dfd08a0ea23673a11010fea5"` [INFO] [stdout] 552dde45868637142e459247dcfdb599ae74df94dfd08a0ea23673a11010fea5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 6296bfcf450d8e76dba6b9dc951d8c8fe5b0daf420dafeb5089119e9a1e0912a [INFO] running `"docker" "start" "-a" "6296bfcf450d8e76dba6b9dc951d8c8fe5b0daf420dafeb5089119e9a1e0912a"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/jumpjump-f19e2fa049c509ba [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::finds_by_multiple_substr ... ok [INFO] [stdout] test tests::most_visited_location_is_first ... ok [INFO] [stdout] test tests::finds_by_single_substr ... ok [INFO] [stdout] test tests::finds_in_many ... 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" "6296bfcf450d8e76dba6b9dc951d8c8fe5b0daf420dafeb5089119e9a1e0912a"` [INFO] running `"docker" "rm" "-f" "6296bfcf450d8e76dba6b9dc951d8c8fe5b0daf420dafeb5089119e9a1e0912a"` [INFO] [stdout] 6296bfcf450d8e76dba6b9dc951d8c8fe5b0daf420dafeb5089119e9a1e0912a