[INFO] cloning repository https://github.com/jazminrys/repository
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jazminrys/repository" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjazminrys%2Frepository", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjazminrys%2Frepository'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c079aa9bf6d14e5fc3e3c8a2948006176ea69247
[INFO] testing jazminrys/repository against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjazminrys%2Frepository" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jazminrys/repository
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/jazminrys/repository
[INFO] tweaked toml for git repo https://github.com/jazminrys/repository written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jazminrys/repository on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jazminrys/repository already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1
[INFO] running `Command { std: "docker" "start" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 7.91s
[INFO] running `Command { std: "docker" "inspect" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 6.32s
[INFO] running `Command { std: "docker" "inspect" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/project-5cc1504c3bd55ea1)
[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]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/project-bd4fd66fd8c02356)
[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]      Running tests/test.rs (/opt/rustwide/target/release/deps/test-6eb5e6478ab9ac76)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_run_function ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_run_function stdout ----
[INFO] [stdout] Before updating, flights for 14831: 0
[INFO] [stdout] After updating, flights for 14831: 1
[INFO] [stdout] Before updating, flights for 14771: 0
[INFO] [stdout] After updating, flights for 14771: 1
[INFO] [stdout] Before updating, flights for 13930: 0
[INFO] [stdout] After updating, flights for 13930: 1
[INFO] [stdout] Before updating, flights for 13796: 0
[INFO] [stdout] After updating, flights for 13796: 1
[INFO] [stdout] Before updating, flights for 14771: 1
[INFO] [stdout] After updating, flights for 14771: 2
[INFO] [stdout] Total flights processed: 5
[INFO] [stdout] Output: Airports (nodes) ranked by the number of originating flights (degree):
[INFO] [stdout] Node: 1, Name: SJC, City: San Jose, CA, Degree: 1, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 1
[INFO] [stdout] Node: 2, Name: ORD, City: Chicago, IL, Degree: 1, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 1
[INFO] [stdout] Node: 3, Name: OAK, City: Oakland, CA, Degree: 1, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 1
[INFO] [stdout] Node: 4, Name: SFO, City: San Francisco, CA, Degree: 2, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 2
[INFO] [stdout] Top destination cities for SFO (San Francisco, CA):
[INFO] [stdout] 1. Dallas/Fort Worth, TX
[INFO] [stdout] 2. Denver, CO
[INFO] [stdout] Top destination cities for SJC (San Jose, CA):
[INFO] [stdout] 1. Lihue, HI
[INFO] [stdout] Top destination cities for OAK (Oakland, CA):
[INFO] [stdout] 1. Houston, TX
[INFO] [stdout] Top five routes:
[INFO] [stdout] 1. SFO to DFW: 1 flights
[INFO] [stdout] 2. OAK to HOU: 1 flights
[INFO] [stdout] 3. SJC to LIH: 1 flights
[INFO] [stdout] 4. SFO to DEN: 1 flights
[INFO] [stdout] 5. ORD to SNA: 1 flights
[INFO] [stdout] Total flights in the CSV file: 5
[INFO] [stdout] Average passengers per flight: 1762.20
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_run_function' (527) panicked at tests/test.rs:61:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: ["Airports (nodes) ranked by the number of originating flights (degree):", "Node: 1, Name: SJC, City: San Jose, CA, Degree: 1, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 1", "Node: 2, Name: ORD, City: Chicago, IL, Degree: 1, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 1", "Node: 3, Name: OAK, City: Oakland, CA, Degree: 1, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 1", "Node: 4, Name: SFO, City: San Francisco, CA, Degree: 2, Passenger: 0, Average Passengers per Flight: 0.00, Destinations: 2", "Top destination cities for SFO (San Francisco, CA):", "1. Dallas/Fort Worth, TX", "2. Denver, CO", "Top destination cities for SJC (San Jose, CA):", "1. Lihue, HI", "Top destination cities for OAK (Oakland, CA):", "1. Houston, TX", "Top five routes:", "1. SFO to DFW: 1 flights", "2. OAK to HOU: 1 flights", "3. SJC to LIH: 1 flights", "4. SFO to DEN: 1 flights", "5. ORD to SNA: 1 flights", "Total flights in the CSV file: 5", "Average passengers per flight: 1762.20"]
[INFO] [stdout]  right: ["Airports (nodes) ranked by the number of originating flights (degree):", "Node: 1, Name: SJC, City: San Jose, CA, Degree: 1, Average Passengers per Flight: 114.00, Destinations: 1", "Node: 2, Name: ORD, City: Chicago, IL, Degree: 1, Average Passengers per Flight: 3414.00, Destinations: 1", "Node: 3, Name: OAK, City: Oakland, CA, Degree: 1, Average Passengers per Flight: 1532.00, Destinations: 1", "Node: 4, Name: SFO, City: San Francisco, CA, Degree: 2, Average Passengers per Flight: 1875.50, Destinations: 2", "Top destination cities for SFO (San Francisco, CA):", "1. Dallas/Fort Worth, TX", "2. Denver, CO", "Top destination cities for SJC (San Jose, CA):", "1. Lihue, HI", "Top destination cities for OAK (Oakland, CA):", "1. Houston, TX", "Top five routes", "1. SFO to DEN: 1 flights", "2. OAK to HOU: 1 flights", "3. SJC to LIH: 1 flights", "4. ORD to SNA: 1 flights", "5. SFO to DFW: 1 flights", "Total flights in the CSV file: 5", "Average passengers per flight: 1762.20"]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62d141ab3861 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x62d141ac7cfa - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x62d141ab7dac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x62d141a8f786 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x62d141aabd49 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x62d141a43b70 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x62d141aabf02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x62d141a8f832 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x62d141a87f69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x62d141a904cd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x62d141ac842c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x62d141ac8343 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x62d141a3162d - core[7c831bd917ebf35f]::panicking::assert_failed::<alloc[2fdc3f7464fcf288]::vec::Vec<&str>, alloc[2fdc3f7464fcf288]::vec::Vec<&str>>
[INFO] [stdout]   13:     0x62d141a2c4fe - <test[6283241e1c5084dc]::test_run_function::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x62d141a36e5b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x62d141a444c5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x62d141a3d884 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x62d141a47622 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x62d141ab3139 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x796642d8707a - <unknown>
[INFO] [stdout]   20:     0x796642e1a534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_run_function
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test test`
[INFO] running `Command { std: "docker" "inspect" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1", kill_on_drop: false }`
[INFO] [stdout] c414dd98e471bca4f894354a1155939ed5ec0eb663d95af977eaeb3e2f1805c1
