[INFO] cloning repository https://github.com/kotatsuyaki/fuzdl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kotatsuyaki/fuzdl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotatsuyaki%2Ffuzdl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotatsuyaki%2Ffuzdl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fe58c492ca01a7efb392a3fba4afe476553a268
[INFO] testing kotatsuyaki/fuzdl against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotatsuyaki%2Ffuzdl" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kotatsuyaki/fuzdl
[INFO] finished tweaking git repo https://github.com/kotatsuyaki/fuzdl
[INFO] tweaked toml for git repo https://github.com/kotatsuyaki/fuzdl written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kotatsuyaki/fuzdl on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kotatsuyaki/fuzdl 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bd94653214b9836356a9ec8385c7ad05ac83a95b3103dd35fbce1a8d2c00014
[INFO] running `Command { std: "docker" "start" "-a" "7bd94653214b9836356a9ec8385c7ad05ac83a95b3103dd35fbce1a8d2c00014", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bd94653214b9836356a9ec8385c7ad05ac83a95b3103dd35fbce1a8d2c00014", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bd94653214b9836356a9ec8385c7ad05ac83a95b3103dd35fbce1a8d2c00014", kill_on_drop: false }`
[INFO] [stdout] 7bd94653214b9836356a9ec8385c7ad05ac83a95b3103dd35fbce1a8d2c00014
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 41e5a4a95fa37b994025def4d420a32b2c078430080787a1ef6d7dc61ad085e2
[INFO] running `Command { std: "docker" "start" "-a" "41e5a4a95fa37b994025def4d420a32b2c078430080787a1ef6d7dc61ad085e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling once_cell v1.13.1
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling time v0.3.14
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling rustls-native-certs v0.6.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling console v0.15.1
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling png v0.17.5
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling ttf-parser v0.12.3
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling pom v3.2.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.46
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling anyhow v1.0.62
[INFO] [stderr]    Compiling bytemuck v1.12.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling urlparse v0.7.3
[INFO] [stderr]    Compiling indicatif v0.17.0
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling dialoguer v0.10.2
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling owned_ttf_parser v0.12.1
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]    Compiling serde_repr v0.1.9
[INFO] [stderr]    Compiling git-version-macro v0.3.5
[INFO] [stderr]    Compiling thirtyfour-macros v0.1.1
[INFO] [stderr]    Compiling stringmatch v0.4.0
[INFO] [stderr]    Compiling jpeg-decoder v0.2.6
[INFO] [stderr]    Compiling git-version v0.3.5
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling thiserror v1.0.32
[INFO] [stderr]    Compiling tiff v0.7.3
[INFO] [stderr]    Compiling lopdf v0.27.0
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling exr v1.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.24
[INFO] [stderr]    Compiling futures v0.3.24
[INFO] [stderr]    Compiling image v0.24.3
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling webdriver v0.46.0
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling printpdf v0.5.3 (https://codeberg.org/kotatsuyaki/printpdf.git?branch=master#ec14ac1c)
[INFO] [stderr]    Compiling fantoccini v0.19.3
[INFO] [stderr]    Compiling thirtyfour v0.31.0
[INFO] [stderr]    Compiling fuzdl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s
[INFO] running `Command { std: "docker" "inspect" "41e5a4a95fa37b994025def4d420a32b2c078430080787a1ef6d7dc61ad085e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41e5a4a95fa37b994025def4d420a32b2c078430080787a1ef6d7dc61ad085e2", kill_on_drop: false }`
[INFO] [stdout] 41e5a4a95fa37b994025def4d420a32b2c078430080787a1ef6d7dc61ad085e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 499acc9b2e883903ee6e8e0284d953cb9db3f90e93730c669bee476fdb8adc91
[INFO] running `Command { std: "docker" "start" "-a" "499acc9b2e883903ee6e8e0284d953cb9db3f90e93730c669bee476fdb8adc91", kill_on_drop: false }`
[INFO] [stderr]    Compiling fuzdl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.60s
[INFO] running `Command { std: "docker" "inspect" "499acc9b2e883903ee6e8e0284d953cb9db3f90e93730c669bee476fdb8adc91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "499acc9b2e883903ee6e8e0284d953cb9db3f90e93730c669bee476fdb8adc91", kill_on_drop: false }`
[INFO] [stdout] 499acc9b2e883903ee6e8e0284d953cb9db3f90e93730c669bee476fdb8adc91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1f07cab8410d96938e360e7fbe5f2956cf76dcd84cf2ced4d7f94cf3ea43a4e2
[INFO] running `Command { std: "docker" "start" "-a" "1f07cab8410d96938e360e7fbe5f2956cf76dcd84cf2ced4d7f94cf3ea43a4e2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fuzdl-2cd72fd922b4bf4e)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test states::tests::test_viewer_download_double ... FAILED
[INFO] [stdout] test states::tests::test_list_book_issues ... FAILED
[INFO] [stdout] test states::tests::test_viewer_toc ... FAILED
[INFO] [stdout] test states::tests::test_viewer_download_single ... FAILED
[INFO] [stdout] test states::tests::test_signin ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- states::tests::test_viewer_download_double stdout ----
[INFO] [stdout] Error: This tool requires 'chromedriver' in PATH.
[INFO] [stdout] Common distribution package names include 'chromedriver' and 'chromium-driver'.
[INFO] [stdout] Alternatively, visit the download page of ChromeDriver: https://chromedriver.chromium.org/downloads
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- states::tests::test_list_book_issues stdout ----
[INFO] [stdout] Error: This tool requires 'chromedriver' in PATH.
[INFO] [stdout] Common distribution package names include 'chromedriver' and 'chromium-driver'.
[INFO] [stdout] Alternatively, visit the download page of ChromeDriver: https://chromedriver.chromium.org/downloads
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- states::tests::test_viewer_toc stdout ----
[INFO] [stdout] Error: This tool requires 'chromedriver' in PATH.
[INFO] [stdout] Common distribution package names include 'chromedriver' and 'chromium-driver'.
[INFO] [stdout] Alternatively, visit the download page of ChromeDriver: https://chromedriver.chromium.org/downloads
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- states::tests::test_viewer_download_single stdout ----
[INFO] [stdout] Error: This tool requires 'chromedriver' in PATH.
[INFO] [stdout] Common distribution package names include 'chromedriver' and 'chromium-driver'.
[INFO] [stdout] Alternatively, visit the download page of ChromeDriver: https://chromedriver.chromium.org/downloads
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- states::tests::test_signin stdout ----
[INFO] [stdout] Error: This tool requires 'chromedriver' in PATH.
[INFO] [stdout] Common distribution package names include 'chromedriver' and 'chromium-driver'.
[INFO] [stdout] Alternatively, visit the download page of ChromeDriver: https://chromedriver.chromium.org/downloads
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     states::tests::test_list_book_issues
[INFO] [stdout]     states::tests::test_signin
[INFO] [stdout]     states::tests::test_viewer_download_double
[INFO] [stdout]     states::tests::test_viewer_download_single
[INFO] [stdout]     states::tests::test_viewer_toc
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin fuzdl`
[INFO] running `Command { std: "docker" "inspect" "1f07cab8410d96938e360e7fbe5f2956cf76dcd84cf2ced4d7f94cf3ea43a4e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f07cab8410d96938e360e7fbe5f2956cf76dcd84cf2ced4d7f94cf3ea43a4e2", kill_on_drop: false }`
[INFO] [stdout] 1f07cab8410d96938e360e7fbe5f2956cf76dcd84cf2ced4d7f94cf3ea43a4e2
