[INFO] cloning repository https://github.com/accuminium/memora-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/accuminium/memora-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faccuminium%2Fmemora-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faccuminium%2Fmemora-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f679b1686ff2432eeee4e4808a82eca10ee6f82e [INFO] testing accuminium/memora-rs against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faccuminium%2Fmemora-rs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/accuminium/memora-rs on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/accuminium/memora-rs [INFO] finished tweaking git repo https://github.com/accuminium/memora-rs [INFO] tweaked toml for git repo https://github.com/accuminium/memora-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/accuminium/memora-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b3fb3dfeba5defa721e746687380c20862fcc130495a2bbbf5eb467fe32c06a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1b3fb3dfeba5defa721e746687380c20862fcc130495a2bbbf5eb467fe32c06a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b3fb3dfeba5defa721e746687380c20862fcc130495a2bbbf5eb467fe32c06a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b3fb3dfeba5defa721e746687380c20862fcc130495a2bbbf5eb467fe32c06a", kill_on_drop: false }` [INFO] [stdout] 1b3fb3dfeba5defa721e746687380c20862fcc130495a2bbbf5eb467fe32c06a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22333d5c9c37ca2340be45ce3ef1b424926adc6fbd6899f40769521869ace4e6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "22333d5c9c37ca2340be45ce3ef1b424926adc6fbd6899f40769521869ace4e6", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling tuple-transpose v0.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling file-lock v1.1.20 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling mktemp v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling serde-tuple-vec-map v1.0.0 [INFO] [stderr] Compiling serde_yaml v0.8.11 [INFO] [stderr] Compiling memora v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "22333d5c9c37ca2340be45ce3ef1b424926adc6fbd6899f40769521869ace4e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22333d5c9c37ca2340be45ce3ef1b424926adc6fbd6899f40769521869ace4e6", kill_on_drop: false }` [INFO] [stdout] 22333d5c9c37ca2340be45ce3ef1b424926adc6fbd6899f40769521869ace4e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 395840e38a898bda8452ffa462f82588967eb05a857179a4230f50d40bd36b0b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "395840e38a898bda8452ffa462f82588967eb05a857179a4230f50d40bd36b0b", kill_on_drop: false }` [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling file_diff v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling memora v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/git.rs:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | format!("git {}", params.join(" ")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 268 - format!("git {}", params.join(" ")) [INFO] [stdout] 268 + "git {}", params.join(" ") [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.92s [INFO] running `Command { std: "docker" "inspect" "395840e38a898bda8452ffa462f82588967eb05a857179a4230f50d40bd36b0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "395840e38a898bda8452ffa462f82588967eb05a857179a4230f50d40bd36b0b", kill_on_drop: false }` [INFO] [stdout] 395840e38a898bda8452ffa462f82588967eb05a857179a4230f50d40bd36b0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8462b31d8b7826f1521ddb529eac927cbd133971def8d030074e9042ce473550 [INFO] running `Command { std: "docker" "start" "-a" "8462b31d8b7826f1521ddb529eac927cbd133971def8d030074e9042ce473550", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] running 20 tests [INFO] [stderr] --> src/git.rs:268:17 [INFO] [stderr] | [INFO] [stderr] 268 | format!("git {}", params.join(" ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 268 - format!("git {}", params.join(" ")) [INFO] [stderr] 268 + "git {}", params.join(" ") [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `memora` (lib test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/memora-2d139c9515e3a652) [INFO] [stdout] test fs::tests::copy_symlink_to_nonexisting_target ... ok [INFO] [stdout] test fs::tests::copy_file_existing ... ok [INFO] [stdout] test fs::tests::copy_file_new_subdir ... ok [INFO] [stdout] test fs::tests::copy_file_new ... ok [INFO] [stdout] test fs::tests::copy_symlink_to_existing_target ... ok [INFO] [stdout] test fs::tests::copy_dir ... ok [INFO] [stdout] test git::tests::youngest_object_no_commit ... ok [INFO] [stdout] test git::tests::last_commit_on_nonexistent_path ... ok [INFO] [stdout] test git::tests::last_commit_on_existing_path_with_no_commit ... ok [INFO] [stdout] test git::tests::last_commit_on_existing_path_with_single_commit ... ok [INFO] [stdout] test git::tests::last_commit_on_existing_path_with_two_commits ... ok [INFO] [stdout] test git::tests::partial_cmp_identical_objects ... ok [INFO] [stdout] test git::tests::partial_cmp_incomparable_objects ... ok [INFO] [stdout] test git::tests::youngest_object_two_different_commits ... ok [INFO] [stdout] test git::tests::youngest_object_two_identical_commits ... ok [INFO] [stdout] test git::tests::youngest_object_single_commit ... ok [INFO] [stdout] test git::tests::partial_cmp_different_objects ... ok [INFO] [stdout] test git::tests::descendants_on_current_branch ... ok [INFO] [stdout] test git::tests::youngest_object_two_incomparable_commits ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/memora-ff408a8de34bf102) [INFO] [stdout] test git::tests::oldest_common_descendant_on_current_branch_with_merge ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests memora [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8462b31d8b7826f1521ddb529eac927cbd133971def8d030074e9042ce473550", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8462b31d8b7826f1521ddb529eac927cbd133971def8d030074e9042ce473550", kill_on_drop: false }` [INFO] [stdout] 8462b31d8b7826f1521ddb529eac927cbd133971def8d030074e9042ce473550