[INFO] cloning repository https://github.com/StaringSkyward/zero2prod [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/StaringSkyward/zero2prod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStaringSkyward%2Fzero2prod", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStaringSkyward%2Fzero2prod'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de1704e1594077f14af83cd195a681d650f732a2 [INFO] testing StaringSkyward/zero2prod against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStaringSkyward%2Fzero2prod" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/StaringSkyward/zero2prod on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/StaringSkyward/zero2prod [INFO] finished tweaking git repo https://github.com/StaringSkyward/zero2prod [INFO] tweaked toml for git repo https://github.com/StaringSkyward/zero2prod written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/StaringSkyward/zero2prod already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded remove_dir_all v0.6.1 [INFO] [stderr] Downloaded claim v0.4.0 [INFO] [stderr] Downloaded ahash v0.5.7 [INFO] [stderr] Downloaded sqlx-cli v0.2.0 [INFO] [stderr] Downloaded zeroize v0.9.3 [INFO] [stderr] Downloaded dialoguer v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c73141524c7c2b2bbf791e2bbd8029342b55024f2bf7f70198c61cea16b79cef [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" "c73141524c7c2b2bbf791e2bbd8029342b55024f2bf7f70198c61cea16b79cef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c73141524c7c2b2bbf791e2bbd8029342b55024f2bf7f70198c61cea16b79cef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c73141524c7c2b2bbf791e2bbd8029342b55024f2bf7f70198c61cea16b79cef", kill_on_drop: false }` [INFO] [stdout] c73141524c7c2b2bbf791e2bbd8029342b55024f2bf7f70198c61cea16b79cef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "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] 4f53dbcf0dd4d8c56cbe06805b18f4025b537029eeb631f47dbc2068bc41bfde [INFO] running `Command { std: "docker" "start" "-a" "4f53dbcf0dd4d8c56cbe06805b18f4025b537029eeb631f47dbc2068bc41bfde", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling futures-io v0.3.8 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.0 [INFO] [stderr] Compiling funty v1.0.1 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling whoami v0.9.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Compiling zeroize v0.9.3 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling remove_dir_all v0.6.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling terminal_size v0.1.15 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling futures-lite v1.11.2 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling ahash v0.5.7 [INFO] [stderr] Compiling bitvec v0.19.4 [INFO] [stderr] Compiling atoi v0.3.3 [INFO] [stderr] Compiling backtrace v0.3.54 [INFO] [stderr] Compiling crypto-mac v0.9.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling polling v2.0.2 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling console v0.13.0 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling unicode-normalization v0.1.14 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling sha2 v0.9.2 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling hmac v0.9.0 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling async-io v1.3.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling tokio v0.2.23 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling async-global-executor v1.4.3 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling dialoguer v0.7.1 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling async-std v1.7.0 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling sqlformat v0.1.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling cargo_metadata v0.10.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling serde-aux v1.1.0 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling trust-dns-proto v0.19.6 [INFO] [stderr] Compiling sqlx-rt v0.2.0 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling sqlx-core v0.4.0 [INFO] [stderr] Compiling tracing-bunyan-formatter v0.1.7 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.19.6 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling actix-http v2.1.0 [INFO] [stderr] Compiling sqlx-macros v0.4.0 [INFO] [stderr] Compiling awc v2.0.1 [INFO] [stderr] Compiling actix-web v3.2.0 [INFO] [stderr] Compiling tracing-actix-web v0.2.1 [INFO] [stderr] Compiling sqlx v0.4.1 [INFO] [stderr] Compiling sqlx-cli v0.2.0 [INFO] [stderr] Compiling zero2prod v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: failed to find data for query 4a1c526df578752272a05ab0ced36ca13d96ac8aae0c2f60038e181831312065 at line 3 column 1 [INFO] [stdout] --> src/routes/subscriptions.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / sqlx::query!( [INFO] [stdout] 49 | | r#" [INFO] [stdout] 50 | | INSERT INTO subscriptions (id, email, name, subscribed_at) [INFO] [stdout] 51 | | VALUES ($1, $2, $3, $4) [INFO] [stdout] ... | [INFO] [stdout] 56 | | Utc::now() [INFO] [stdout] 57 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `chrono::Utc` [INFO] [stdout] --> src/routes/subscriptions.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use chrono::Utc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid::Uuid` [INFO] [stdout] --> src/routes/subscriptions.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use uuid::Uuid; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zero2prod` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "4f53dbcf0dd4d8c56cbe06805b18f4025b537029eeb631f47dbc2068bc41bfde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f53dbcf0dd4d8c56cbe06805b18f4025b537029eeb631f47dbc2068bc41bfde", kill_on_drop: false }` [INFO] [stdout] 4f53dbcf0dd4d8c56cbe06805b18f4025b537029eeb631f47dbc2068bc41bfde