[INFO] cloning repository https://github.com/Ryan1729/file_tgf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ryan1729/file_tgf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyan1729%2Ffile_tgf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyan1729%2Ffile_tgf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 957cc095893e081cd2e206defc569fb8afd6dbaa [INFO] testing Ryan1729/file_tgf against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyan1729%2Ffile_tgf" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ryan1729/file_tgf on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Ryan1729/file_tgf [INFO] finished tweaking git repo https://github.com/Ryan1729/file_tgf [INFO] tweaked toml for git repo https://github.com/Ryan1729/file_tgf written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Ryan1729/file_tgf already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", 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] 2106448d133b87c9966c7cb8471893d465a27c1fa134e5c756372dc03304b8f6 [INFO] running `Command { std: "docker" "start" "-a" "2106448d133b87c9966c7cb8471893d465a27c1fa134e5c756372dc03304b8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2106448d133b87c9966c7cb8471893d465a27c1fa134e5c756372dc03304b8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2106448d133b87c9966c7cb8471893d465a27c1fa134e5c756372dc03304b8f6", kill_on_drop: false }` [INFO] [stdout] 2106448d133b87c9966c7cb8471893d465a27c1fa134e5c756372dc03304b8f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc5310992ab43365247ee1d4f578b8b1a17acf87304f55bfd3f1e214494e19ba [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" "cc5310992ab43365247ee1d4f578b8b1a17acf87304f55bfd3f1e214494e19ba", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling structopt-derive v0.4.5 [INFO] [stderr] Compiling structopt v0.3.12 [INFO] [stderr] Compiling file_tgf v2.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.12s [INFO] running `Command { std: "docker" "inspect" "cc5310992ab43365247ee1d4f578b8b1a17acf87304f55bfd3f1e214494e19ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc5310992ab43365247ee1d4f578b8b1a17acf87304f55bfd3f1e214494e19ba", kill_on_drop: false }` [INFO] [stdout] cc5310992ab43365247ee1d4f578b8b1a17acf87304f55bfd3f1e214494e19ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", 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] 743e25d8d9e6c56dff9ef585ddf026c6c4cfc63cd335ab93635755077fcaf32b [INFO] running `Command { std: "docker" "start" "-a" "743e25d8d9e6c56dff9ef585ddf026c6c4cfc63cd335ab93635755077fcaf32b", kill_on_drop: false }` [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling file_tgf v2.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.48s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/file_tgf-16885713fcbd576d) [INFO] running `Command { std: "docker" "inspect" "743e25d8d9e6c56dff9ef585ddf026c6c4cfc63cd335ab93635755077fcaf32b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "743e25d8d9e6c56dff9ef585ddf026c6c4cfc63cd335ab93635755077fcaf32b", kill_on_drop: false }` [INFO] [stdout] 743e25d8d9e6c56dff9ef585ddf026c6c4cfc63cd335ab93635755077fcaf32b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] b95e892920ccd7f312d64b687f01b495a3c6935b45bc727a46ba347be118b024 [INFO] running `Command { std: "docker" "start" "-a" "b95e892920ccd7f312d64b687f01b495a3c6935b45bc727a46ba347be118b024", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] running 12 tests [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/file_tgf-16885713fcbd576d) [INFO] [stdout] test tests::the_found_example_1_files_produces_a_tgf_with_the_expected_lines ... ok [INFO] [stdout] test tests::the_three_houses_files_produce_the_expected_edges ... ok [INFO] [stdout] test tests::the_found_example_2_files_with_this_regex_produce_a_tgf_with_the_expected_lines ... ok [INFO] [stdout] test tests::the_k2_2_files_produce_the_expected_edges ... ok [INFO] [stdout] test tests::the_single_blank_file_produces_the_expected_tgf ... ok [INFO] [stdout] test tests::the_single_loop_file_produces_the_expected_tgf ... ok [INFO] [stdout] test tests::the_empty_folder_produces_the_expected_tgf ... ok [INFO] [stdout] test tests::the_found_example_1_files_produce_the_expected_edges ... ok [INFO] [stdout] test tests::the_three_node_line_files_produces_the_expected_tgf ... ok [INFO] [stdout] test tests::the_5_cell_files_produce_the_expected_tgf ... ok [INFO] [stdout] test tests::the_found_example_2_reduction_1_files_with_this_regex_produce_a_tgf_with_the_expected_lines ... ok [INFO] [stdout] test tests::the_deadly_diamond_files_produces_the_expected_tgf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b95e892920ccd7f312d64b687f01b495a3c6935b45bc727a46ba347be118b024", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b95e892920ccd7f312d64b687f01b495a3c6935b45bc727a46ba347be118b024", kill_on_drop: false }` [INFO] [stdout] b95e892920ccd7f312d64b687f01b495a3c6935b45bc727a46ba347be118b024