[INFO] cloning repository https://github.com/Headline/godbolt-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Headline/godbolt-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeadline%2Fgodbolt-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeadline%2Fgodbolt-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ffb4dfd1f1261ae32bc1c7b49e46ea340df51fef
[INFO] testing Headline/godbolt-rs against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeadline%2Fgodbolt-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Headline/godbolt-rs
[INFO] finished tweaking git repo https://github.com/Headline/godbolt-rs
[INFO] tweaked toml for git repo https://github.com/Headline/godbolt-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Headline/godbolt-rs on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Headline/godbolt-rs 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f4e11aacaa8162380e15fe8862633f6c252280c615f63f40f5924f20f2e84674
[INFO] running `Command { std: "docker" "start" "-a" "f4e11aacaa8162380e15fe8862633f6c252280c615f63f40f5924f20f2e84674", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4e11aacaa8162380e15fe8862633f6c252280c615f63f40f5924f20f2e84674", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4e11aacaa8162380e15fe8862633f6c252280c615f63f40f5924f20f2e84674", kill_on_drop: false }`
[INFO] [stdout] f4e11aacaa8162380e15fe8862633f6c252280c615f63f40f5924f20f2e84674
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5a825c58f59b8cf05e1b72bca06999057c2d9218cd709bdfbdfe1722e51fde3
[INFO] running `Command { std: "docker" "start" "-a" "f5a825c58f59b8cf05e1b72bca06999057c2d9218cd709bdfbdfe1722e51fde3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling futures-sink v0.3.26
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling ipnet v2.7.1
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling urlencoding v2.1.2
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.16
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v0.14.24
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.14
[INFO] [stderr]    Compiling godbolt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `useSpaces` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     useSpaces: bool,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     tabWidth: i32
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `useSpaces` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:496:71
[INFO] [stdout]     |
[INFO] [stdout] 496 | ..., style : &str, source : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tabWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:496:89
[INFO] [stdout]     |
[INFO] [stdout] 496 | ...ource : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stdout]     |                                    ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "f5a825c58f59b8cf05e1b72bca06999057c2d9218cd709bdfbdfe1722e51fde3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5a825c58f59b8cf05e1b72bca06999057c2d9218cd709bdfbdfe1722e51fde3", kill_on_drop: false }`
[INFO] [stdout] f5a825c58f59b8cf05e1b72bca06999057c2d9218cd709bdfbdfe1722e51fde3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6fe03363f34bad39c359b6194e3684e7dc20e437b3493658ccc300cf7d24a22
[INFO] running `Command { std: "docker" "start" "-a" "b6fe03363f34bad39c359b6194e3684e7dc20e437b3493658ccc300cf7d24a22", kill_on_drop: false }`
[INFO] [stderr]    Compiling godbolt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `useSpaces` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     useSpaces: bool,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     tabWidth: i32
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `useSpaces` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:496:71
[INFO] [stdout]     |
[INFO] [stdout] 496 | ..., style : &str, source : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tabWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:496:89
[INFO] [stdout]     |
[INFO] [stdout] 496 | ...ource : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stdout]     |                                    ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `useSpaces` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     useSpaces: bool,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     tabWidth: i32
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `useSpaces` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:496:71
[INFO] [stdout]     |
[INFO] [stdout] 496 | ..., style : &str, source : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tabWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:496:89
[INFO] [stdout]     |
[INFO] [stdout] 496 | ...ource : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stdout]     |                                    ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "b6fe03363f34bad39c359b6194e3684e7dc20e437b3493658ccc300cf7d24a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6fe03363f34bad39c359b6194e3684e7dc20e437b3493658ccc300cf7d24a22", kill_on_drop: false }`
[INFO] [stdout] b6fe03363f34bad39c359b6194e3684e7dc20e437b3493658ccc300cf7d24a22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c74d02ab20dcb3ea42c0bc043396806848da87b8165b2fa3062597d92ae0fa74
[INFO] running `Command { std: "docker" "start" "-a" "c74d02ab20dcb3ea42c0bc043396806848da87b8165b2fa3062597d92ae0fa74", kill_on_drop: false }`
[INFO] [stderr] warning: structure field `useSpaces` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:194:5
[INFO] [stderr]     |
[INFO] [stderr] 194 |     useSpaces: bool,
[INFO] [stderr]     |     ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `tabWidth` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:195:5
[INFO] [stderr]     |
[INFO] [stderr] 195 |     tabWidth: i32
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `useSpaces` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:496:71
[INFO] [stderr]     |
[INFO] [stderr] 496 | ..., style : &str, source : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stderr]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `use_spaces`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `tabWidth` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:496:89
[INFO] [stderr]     |
[INFO] [stderr] 496 | ...ource : &str, useSpaces : bool, tabWidth : i32) -> Result<FormatResult, Box<dyn Error>> {
[INFO] [stderr]     |                                    ^^^^^^^^ help: convert the identifier to snake case: `tab_width`
[INFO] [stderr] 
[INFO] [stderr] warning: `godbolt` (lib) generated 4 warnings
[INFO] [stderr] warning: `godbolt` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/godbolt-616a2f5d7d20f3c7)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test tests::tests::get_libraries_for ... FAILED
[INFO] [stdout] test tests::tests::compilation_attempt2 ... FAILED
[INFO] [stdout] test tests::tests::get_compilers_for ... FAILED
[INFO] [stdout] test tests::tests::get_languages ... FAILED
[INFO] [stdout] test tests::tests::get_compilers ... FAILED
[INFO] [stdout] test tests::tests::base64 ... FAILED
[INFO] [stdout] test tests::tests::resolve ... FAILED
[INFO] [stdout] test tests::tests::format_test ... FAILED
[INFO] [stdout] test tests::tests::compilation_attempt ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::get_libraries_for stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/libraries/c", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::compilation_attempt2 stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/formats", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::get_compilers_for stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/compilers/c++", query: Some("fields=id,name,lang,alias"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::get_languages stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/languages", query: Some("fields=id,name,extensions,monaco,defaultCompiler"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::get_compilers stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/compilers", query: Some("fields=id,name,lang,alias"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::base64 stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/formats", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::resolve stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/formats", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::format_test stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/formats", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tests::compilation_attempt stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("godbolt.org")), port: None, path: "/api/formats", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::tests::base64
[INFO] [stdout]     tests::tests::compilation_attempt
[INFO] [stdout]     tests::tests::compilation_attempt2
[INFO] [stdout]     tests::tests::format_test
[INFO] [stdout]     tests::tests::get_compilers
[INFO] [stdout]     tests::tests::get_compilers_for
[INFO] [stdout]     tests::tests::get_languages
[INFO] [stdout]     tests::tests::get_libraries_for
[INFO] [stdout]     tests::tests::resolve
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "c74d02ab20dcb3ea42c0bc043396806848da87b8165b2fa3062597d92ae0fa74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c74d02ab20dcb3ea42c0bc043396806848da87b8165b2fa3062597d92ae0fa74", kill_on_drop: false }`
[INFO] [stdout] c74d02ab20dcb3ea42c0bc043396806848da87b8165b2fa3062597d92ae0fa74
