[INFO] cloning repository https://github.com/noirscape/site [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noirscape/site" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoirscape%2Fsite", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoirscape%2Fsite'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 43303e56d8f8ed970e02371c52ba51ab0ef44ded [INFO] testing noirscape/site against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoirscape%2Fsite" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/noirscape/site on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/noirscape/site [INFO] finished tweaking git repo https://github.com/noirscape/site [INFO] tweaked toml for git repo https://github.com/noirscape/site written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/noirscape/site already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3d3f2138561376e1f37f89b56e2323003b063ab37025ae6646341a8c9d18bac9 [INFO] running `Command { std: "docker" "start" "-a" "3d3f2138561376e1f37f89b56e2323003b063ab37025ae6646341a8c9d18bac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d3f2138561376e1f37f89b56e2323003b063ab37025ae6646341a8c9d18bac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d3f2138561376e1f37f89b56e2323003b063ab37025ae6646341a8c9d18bac9", kill_on_drop: false }` [INFO] [stdout] 3d3f2138561376e1f37f89b56e2323003b063ab37025ae6646341a8c9d18bac9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] decd2885c56acf2aaa03cced3cffbce900d896e04246fbb7c82abcdbeb5117cd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "decd2885c56acf2aaa03cced3cffbce900d896e04246fbb7c82abcdbeb5117cd", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling object v0.24.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling shell-words v1.0.0 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling sdnotify v0.2.0 [INFO] [stderr] Compiling kankyo v0.3.0 [INFO] [stderr] Compiling estimated_read_time v1.0.0 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling backtrace v0.3.59 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling annotate-snippets v0.9.0 [INFO] [stderr] Compiling elsa v1.4.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling headers v0.3.4 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling multipart v0.17.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling abnf v0.6.1 [INFO] [stderr] Compiling abnf_to_pest v0.5.0 [INFO] [stderr] Compiling ructe v0.13.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling techpriestsite v3.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling dhall v0.10.1 [INFO] [stderr] Compiling pest_consume_macros v1.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling dhall_proc_macros v0.5.1 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling comrak v0.10.1 [INFO] [stderr] Compiling pest_consume v1.1.0 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling tokio-stream v0.1.6 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling jsonfeed v0.3.0 (/opt/rustwide/workdir/lib/jsonfeed) [INFO] [stderr] Compiling tracing-subscriber v0.2.19 [INFO] [stderr] Compiling chrono_utils v0.1.3 [INFO] [stderr] Compiling sitemap v0.4.1 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling hyper v0.14.9 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling serde_dhall v0.10.1 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling warp v0.3.1 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling patreon v0.1.0 (/opt/rustwide/workdir/lib/patreon) [INFO] [stdout] warning: field is never read: `port` [INFO] [stdout] --> src/app/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub(crate) port: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app/mod.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 15s [INFO] running `Command { std: "docker" "inspect" "decd2885c56acf2aaa03cced3cffbce900d896e04246fbb7c82abcdbeb5117cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "decd2885c56acf2aaa03cced3cffbce900d896e04246fbb7c82abcdbeb5117cd", kill_on_drop: false }` [INFO] [stdout] decd2885c56acf2aaa03cced3cffbce900d896e04246fbb7c82abcdbeb5117cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1aa103ecee8eea94b9ed178e3e8dfe6209c8d3ddfc874e072323a5216cefab14 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1aa103ecee8eea94b9ed178e3e8dfe6209c8d3ddfc874e072323a5216cefab14", kill_on_drop: false }` [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pfacts v0.1.0 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling techpriestsite v3.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `port` [INFO] [stdout] --> src/app/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub(crate) port: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app/mod.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 39.63s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/techpriestsite-4c3df6755858822a) [INFO] running `Command { std: "docker" "inspect" "1aa103ecee8eea94b9ed178e3e8dfe6209c8d3ddfc874e072323a5216cefab14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1aa103ecee8eea94b9ed178e3e8dfe6209c8d3ddfc874e072323a5216cefab14", kill_on_drop: false }` [INFO] [stdout] 1aa103ecee8eea94b9ed178e3e8dfe6209c8d3ddfc874e072323a5216cefab14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3bc93bee579158ef2b8c6c0055535f861f46bb87bf9a94f0080f2424dcae8398 [INFO] running `Command { std: "docker" "start" "-a" "3bc93bee579158ef2b8c6c0055535f861f46bb87bf9a94f0080f2424dcae8398", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `port` [INFO] [stderr] --> src/app/mod.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub(crate) port: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/app/mod.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `techpriestsite` (bin "techpriestsite" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.85s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/techpriestsite-4c3df6755858822a) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test post::tests::gallery ... ok [INFO] [stdout] test post::tests::blog ... ok [INFO] [stderr] ERROR techpriestsite::app > error getting patreon campaign: request error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.patreon.com")), port: None, path: "/oauth2/api/current_user/campaigns", query: Some("include=patron.null&includes="), 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] test app::tests::init ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3bc93bee579158ef2b8c6c0055535f861f46bb87bf9a94f0080f2424dcae8398", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bc93bee579158ef2b8c6c0055535f861f46bb87bf9a94f0080f2424dcae8398", kill_on_drop: false }` [INFO] [stdout] 3bc93bee579158ef2b8c6c0055535f861f46bb87bf9a94f0080f2424dcae8398