[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] 1993a59492cb9d0ced3c810f3872f4ec846bcdf6
[INFO] testing Headline/godbolt-rs 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%2FHeadline%2Fgodbolt-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Headline/godbolt-rs 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/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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded io-lifetimes v1.0.5
[INFO] [stderr]   Downloaded futures-core v0.3.26
[INFO] [stderr]   Downloaded futures-task v0.3.26
[INFO] [stderr]   Downloaded futures-sink v0.3.26
[INFO] [stderr]   Downloaded tempfile v3.4.0
[INFO] [stderr]   Downloaded futures-channel v0.3.26
[INFO] [stderr]   Downloaded reqwest v0.11.14
[INFO] [stderr]   Downloaded futures-util v0.3.26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869
[INFO] running `Command { std: "docker" "start" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869", 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" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869" "/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" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869", 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" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.23
[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 futures-core v0.3.26
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling futures-sink v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling ipnet v2.7.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling urlencoding v2.1.2
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling native-tls v0.2.11
[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:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     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:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     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:515:71
[INFO] [stdout]     |
[INFO] [stdout] 515 | ..., 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:515:89
[INFO] [stdout]     |
[INFO] [stdout] 515 | ...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 32.48s
[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 3`
[INFO] running `Command { std: "docker" "inspect" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869", 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" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869" "/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 godbolt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `useSpaces` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     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:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     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:515:71
[INFO] [stdout]     |
[INFO] [stdout] 515 | ..., 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:515:89
[INFO] [stdout]     |
[INFO] [stdout] 515 | ...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:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     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:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     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:515:71
[INFO] [stdout]     |
[INFO] [stdout] 515 | ..., 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:515:89
[INFO] [stdout]     |
[INFO] [stdout] 515 | ...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.24s
[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 3`
[INFO] running `Command { std: "docker" "inspect" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869", 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" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: structure field `useSpaces` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:213:5
[INFO] [stderr]     |
[INFO] [stderr] 213 |     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:214:5
[INFO] [stderr]     |
[INFO] [stderr] 214 |     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:515:71
[INFO] [stderr]     |
[INFO] [stderr] 515 | ..., 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:515:89
[INFO] [stderr]     |
[INFO] [stderr] 515 | ...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.16s
[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 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/godbolt-616a2f5d7d20f3c7)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tests::tests::format_test ... FAILED
[INFO] [stdout] test tests::tests::get_languages ... FAILED
[INFO] [stdout] test tests::tests::produce_pp_filter_headers ... FAILED
[INFO] [stdout] test tests::tests::base64 ... FAILED
[INFO] [stdout] test tests::tests::compilation_attempt2 ... FAILED
[INFO] [stdout] test tests::tests::get_compilers_for ... FAILED
[INFO] [stdout] test tests::tests::resolve ... FAILED
[INFO] [stdout] test tests::tests::compilation_attempt ... FAILED
[INFO] [stdout] test tests::tests::get_libraries_for ... FAILED
[INFO] [stdout] test tests::tests::get_compilers ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[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::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::produce_pp_filter_headers 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::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::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::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::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] ---- 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::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] 
[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::produce_pp_filter_headers
[INFO] [stdout]     tests::tests::resolve
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869", kill_on_drop: false }`
[INFO] [stdout] f978a989205913cdd7be8c96054e828ee0c7005cc4cc6d578a2247c370707869
