[INFO] cloning repository https://github.com/NicKoehler/md_api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicKoehler/md_api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicKoehler%2Fmd_api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicKoehler%2Fmd_api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1121954d4c7068036e1f445b20f3c31da90f888c
[INFO] testing NicKoehler/md_api against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicKoehler%2Fmd_api" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NicKoehler/md_api
[INFO] finished tweaking git repo https://github.com/NicKoehler/md_api
[INFO] tweaked toml for git repo https://github.com/NicKoehler/md_api written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NicKoehler/md_api on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NicKoehler/md_api 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c
[INFO] running `Command { std: "docker" "start" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c", 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" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c", 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" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling compression-core v0.4.31
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling compression-codecs v0.4.36
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling async-compression v0.4.37
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling md_api v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s
[INFO] running `Command { std: "docker" "inspect" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c", 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" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling md_api v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.41s
[INFO] running `Command { std: "docker" "inspect" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c", 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" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/md_api-33f340ddcf126afc)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test api::test::file_info ... FAILED
[INFO] [stdout] test api::test::keys_extraction ... ok
[INFO] [stdout] test api::test::folder_content_both_files_and_folders ... FAILED
[INFO] [stdout] test api::test::folder_content_folders ... FAILED
[INFO] [stdout] test api::test::folder_info ... FAILED
[INFO] [stdout] test api::test::folder_content_files ... FAILED
[INFO] [stdout] test api::test::mixed_url ... FAILED
[INFO] [stdout] test api::test::malware_detected_url ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- api::test::file_info stdout ----
[INFO] [stdout] Error: NetworkError("error sending request for url (https://www.mediafire.com/api/1.5/file/get_info.php?quick_key=j2tq12gr15jhq2r&response_format=json)")
[INFO] [stdout] 
[INFO] [stdout] ---- api::test::folder_content_both_files_and_folders stdout ----
[INFO] [stdout] Error: NetworkError("error sending request for url (https://www.mediafire.com/api/1.5/folder/get_content.php?content_type=files&folder_key=h2tkt00f7s2sh&chunk=1&response_format=json)")
[INFO] [stdout] 
[INFO] [stdout] ---- api::test::folder_content_folders stdout ----
[INFO] [stdout] Error: NetworkError("error sending request for url (https://www.mediafire.com/api/1.5/folder/get_content.php?content_type=folders&folder_key=h2tkt00f7s2sh&chunk=1&response_format=json)")
[INFO] [stdout] 
[INFO] [stdout] ---- api::test::folder_info stdout ----
[INFO] [stdout] Error: NetworkError("error sending request for url (https://www.mediafire.com/api/1.5/folder/get_info.php?folder_key=h2tkt00f7s2sh&response_format=json)")
[INFO] [stdout] 
[INFO] [stdout] ---- api::test::folder_content_files stdout ----
[INFO] [stdout] Error: NetworkError("error sending request for url (https://www.mediafire.com/api/1.5/folder/get_content.php?content_type=files&folder_key=h2tkt00f7s2sh&chunk=1&response_format=json)")
[INFO] [stdout] 
[INFO] [stdout] ---- api::test::mixed_url stdout ----
[INFO] [stdout] Error: NetworkError("error sending request for url (https://www.mediafire.com/api/1.5/folder/get_info.php?folder_key=h2tkt00f7s2sh&response_format=json)")
[INFO] [stdout] 
[INFO] [stdout] ---- api::test::malware_detected_url stdout ----
[INFO] [stdout] Error: NetworkError("error sending request for url (https://www.mediafire.com/api/1.5/file/get_info.php?quick_key=7f8x0azhs3pb1wm&response_format=json)")
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     api::test::file_info
[INFO] [stdout]     api::test::folder_content_both_files_and_folders
[INFO] [stdout]     api::test::folder_content_files
[INFO] [stdout]     api::test::folder_content_folders
[INFO] [stdout]     api::test::folder_info
[INFO] [stdout]     api::test::malware_detected_url
[INFO] [stdout]     api::test::mixed_url
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c", kill_on_drop: false }`
[INFO] [stdout] 4f6c2d33afc34e9f952e9e3110076c4e191f562a4b31b0cd582e96855405ae1c
