[INFO] cloning repository https://github.com/HitomiTenshi/dekinai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HitomiTenshi/dekinai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHitomiTenshi%2Fdekinai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHitomiTenshi%2Fdekinai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bde8a57392ee897caf1cfd5858f9c9a5c5c087ba [INFO] testing HitomiTenshi/dekinai against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHitomiTenshi%2Fdekinai" "/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/HitomiTenshi/dekinai on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/HitomiTenshi/dekinai [INFO] finished tweaking git repo https://github.com/HitomiTenshi/dekinai [INFO] tweaked toml for git repo https://github.com/HitomiTenshi/dekinai written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/HitomiTenshi/dekinai already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-recursion v1.0.0 [INFO] [stderr] Downloaded actix-multipart v0.4.0 [INFO] [stderr] Downloaded password-hash v0.4.0 [INFO] [stderr] Downloaded base64ct v1.4.1 [INFO] [stderr] Downloaded pbkdf2 v0.11.0 [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" "+1.60.0" "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] 15b073a745984973e8049e5677bf5b129b7fc6bb84946cbc0e461d1ab4bff431 [INFO] running `Command { std: "docker" "start" "-a" "15b073a745984973e8049e5677bf5b129b7fc6bb84946cbc0e461d1ab4bff431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15b073a745984973e8049e5677bf5b129b7fc6bb84946cbc0e461d1ab4bff431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b073a745984973e8049e5677bf5b129b7fc6bb84946cbc0e461d1ab4bff431", kill_on_drop: false }` [INFO] [stdout] 15b073a745984973e8049e5677bf5b129b7fc6bb84946cbc0e461d1ab4bff431 [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" "+1.60.0" "build" "--frozen" "--message-format=json", 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] a85c7989c05d73e0b0bd943047bf9bb2aa96a355978db5995815fd97c9871e33 [INFO] running `Command { std: "docker" "start" "-a" "a85c7989c05d73e0b0bd943047bf9bb2aa96a355978db5995815fd97c9871e33", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling local-waker v0.1.2 [INFO] [stderr] Compiling firestorm v0.5.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling base64ct v1.4.1 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling tracing-core v0.1.23 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling quote v1.0.16 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling tracing v0.1.32 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling password-hash v0.4.0 [INFO] [stderr] Compiling actix-router v0.5.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling libsqlite3-sys v0.23.2 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling clap v3.1.6 [INFO] [stderr] Compiling local-channel v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-util v0.7.0 [INFO] [stderr] Compiling sqlx-rt v0.5.11 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling h2 v0.3.12 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling actix-web-codegen v4.0.0 [INFO] [stderr] Compiling async-recursion v1.0.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling flume v0.10.12 [INFO] [stderr] Compiling sqlx-core v0.5.11 [INFO] [stderr] Compiling actix-http v3.0.4 [INFO] [stderr] Compiling actix-web v4.0.1 [INFO] [stderr] Compiling sqlx-macros v0.5.11 [INFO] [stderr] Compiling actix-multipart v0.4.0 [INFO] [stderr] Compiling sqlx v0.5.11 [INFO] [stderr] Compiling dekinai v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 06s [INFO] running `Command { std: "docker" "inspect" "a85c7989c05d73e0b0bd943047bf9bb2aa96a355978db5995815fd97c9871e33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a85c7989c05d73e0b0bd943047bf9bb2aa96a355978db5995815fd97c9871e33", kill_on_drop: false }` [INFO] [stdout] a85c7989c05d73e0b0bd943047bf9bb2aa96a355978db5995815fd97c9871e33 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 844d40ccdfc9afb8c20d3a6438131177d9444b3773160a7b365408f8b9d7a445 [INFO] running `Command { std: "docker" "start" "-a" "844d40ccdfc9afb8c20d3a6438131177d9444b3773160a7b365408f8b9d7a445", kill_on_drop: false }` [INFO] [stderr] Compiling dekinai v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.62s [INFO] running `Command { std: "docker" "inspect" "844d40ccdfc9afb8c20d3a6438131177d9444b3773160a7b365408f8b9d7a445", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "844d40ccdfc9afb8c20d3a6438131177d9444b3773160a7b365408f8b9d7a445", kill_on_drop: false }` [INFO] [stdout] 844d40ccdfc9afb8c20d3a6438131177d9444b3773160a7b365408f8b9d7a445 [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" "+1.60.0" "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] 63fcc02b1c1986ef6e770cd43fc1d63186ad37042bc85b5b5ce29a615ccde11d [INFO] running `Command { std: "docker" "start" "-a" "63fcc02b1c1986ef6e770cd43fc1d63186ad37042bc85b5b5ce29a615ccde11d", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dekinai-cb488a39f42ffd09) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dekinai-296c1c40793ff0d5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests dekinai [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "63fcc02b1c1986ef6e770cd43fc1d63186ad37042bc85b5b5ce29a615ccde11d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63fcc02b1c1986ef6e770cd43fc1d63186ad37042bc85b5b5ce29a615ccde11d", kill_on_drop: false }` [INFO] [stdout] 63fcc02b1c1986ef6e770cd43fc1d63186ad37042bc85b5b5ce29a615ccde11d