[INFO] updating cached repository https://github.com/clitetailor/cursortanium [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] 52aaeb26465f952142aafcaf9338d4aaa633de14 [INFO] testing clitetailor/cursortanium against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclitetailor%2Fcursortanium" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clitetailor/cursortanium 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/clitetailor/cursortanium [INFO] finished tweaking git repo https://github.com/clitetailor/cursortanium [INFO] tweaked toml for git repo https://github.com/clitetailor/cursortanium written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/clitetailor/cursortanium 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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 2326296a4ed0c7bda4bba72e7ae97f01e244e4f3c51c2afdc813d520a467d596 [INFO] running `"docker" "start" "-a" "2326296a4ed0c7bda4bba72e7ae97f01e244e4f3c51c2afdc813d520a467d596"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling cursortanium v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.24s [INFO] running `"docker" "inspect" "2326296a4ed0c7bda4bba72e7ae97f01e244e4f3c51c2afdc813d520a467d596"` [INFO] running `"docker" "rm" "-f" "2326296a4ed0c7bda4bba72e7ae97f01e244e4f3c51c2afdc813d520a467d596"` [INFO] [stdout] 2326296a4ed0c7bda4bba72e7ae97f01e244e4f3c51c2afdc813d520a467d596 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 8c4e4c346ccdc2b7c0b282ebd5c3da141721e21eeaf36ee0488a550b0531bd07 [INFO] running `"docker" "start" "-a" "8c4e4c346ccdc2b7c0b282ebd5c3da141721e21eeaf36ee0488a550b0531bd07"` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling cursortanium v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 47.43s [INFO] running `"docker" "inspect" "8c4e4c346ccdc2b7c0b282ebd5c3da141721e21eeaf36ee0488a550b0531bd07"` [INFO] running `"docker" "rm" "-f" "8c4e4c346ccdc2b7c0b282ebd5c3da141721e21eeaf36ee0488a550b0531bd07"` [INFO] [stdout] 8c4e4c346ccdc2b7c0b282ebd5c3da141721e21eeaf36ee0488a550b0531bd07 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] e46226f2a84d76749e51ad4d22c664aaa8448a117ebe08004962b8269e0011f0 [INFO] running `"docker" "start" "-a" "e46226f2a84d76749e51ad4d22c664aaa8448a117ebe08004962b8269e0011f0"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cursortanium-319c1c52db209d20 [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] [stderr] Running /opt/rustwide/target/debug/deps/test_json_parser-3e6c53fa37c50c93 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_parse_number ... ok [INFO] [stdout] test test_parse_object ... ok [INFO] [stdout] test test_parse_array ... ok [INFO] [stdout] test test_parse_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cursortanium [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" "e46226f2a84d76749e51ad4d22c664aaa8448a117ebe08004962b8269e0011f0"` [INFO] running `"docker" "rm" "-f" "e46226f2a84d76749e51ad4d22c664aaa8448a117ebe08004962b8269e0011f0"` [INFO] [stdout] e46226f2a84d76749e51ad4d22c664aaa8448a117ebe08004962b8269e0011f0