[INFO] cloning repository https://github.com/Marri5/eksamen2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Marri5/eksamen2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarri5%2Feksamen2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarri5%2Feksamen2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 008b60abc9969a2db3705149b0565dd88611301c
[INFO] checking Marri5/eksamen2024 against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarri5%2Feksamen2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  52% (1890/3591)
Updating files:  53% (1904/3591)
Updating files:  54% (1940/3591)
Updating files:  55% (1976/3591)
Updating files:  56% (2011/3591)
Updating files:  57% (2047/3591)
Updating files:  58% (2083/3591)
Updating files:  59% (2119/3591)
Updating files:  60% (2155/3591)
Updating files:  61% (2191/3591)
Updating files:  62% (2227/3591)
Updating files:  63% (2263/3591)
Updating files:  64% (2299/3591)
Updating files:  64% (2314/3591)
Updating files:  65% (2335/3591)
Updating files:  66% (2371/3591)
Updating files:  67% (2406/3591)
Updating files:  68% (2442/3591)
Updating files:  69% (2478/3591)
Updating files:  69% (2487/3591)
Updating files:  70% (2514/3591)
Updating files:  71% (2550/3591)
Updating files:  71% (2567/3591)
Updating files:  72% (2586/3591)
Updating files:  73% (2622/3591)
Updating files:  74% (2658/3591)
Updating files:  75% (2694/3591)
Updating files:  76% (2730/3591)
Updating files:  77% (2766/3591)
Updating files:  78% (2801/3591)
Updating files:  79% (2837/3591)
Updating files:  80% (2873/3591)
Updating files:  81% (2909/3591)
Updating files:  82% (2945/3591)
Updating files:  83% (2981/3591)
Updating files:  84% (3017/3591)
Updating files:  85% (3053/3591)
Updating files:  86% (3089/3591)
Updating files:  87% (3125/3591)
Updating files:  88% (3161/3591)
Updating files:  89% (3196/3591)
Updating files:  90% (3232/3591)
Updating files:  91% (3268/3591)
Updating files:  91% (3282/3591)
Updating files:  92% (3304/3591)
Updating files:  93% (3340/3591)
Updating files:  94% (3376/3591)
Updating files:  95% (3412/3591)
Updating files:  96% (3448/3591)
Updating files:  97% (3484/3591)
Updating files:  98% (3520/3591)
Updating files:  99% (3556/3591)
Updating files: 100% (3591/3591)
Updating files: 100% (3591/3591), done.
[INFO] started tweaking git repo https://github.com/Marri5/eksamen2024
[INFO] finished tweaking git repo https://github.com/Marri5/eksamen2024
[INFO] tweaked toml for git repo https://github.com/Marri5/eksamen2024 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Marri5/eksamen2024 on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Marri5/eksamen2024 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `honest_social` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../honest_social
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `honest-social`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "honest_social"
[INFO] [stderr] 20 + name = "honest-social"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `honest-social`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "0.1.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "honest-social"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `honest_social` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55
[INFO] running `Command { std: "docker" "start" "9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55", 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" "9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `honest_social` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../honest_social
[INFO] [stderr]    |                          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `honest-social`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "honest_social"
[INFO] [stderr] 20 + name = "honest-social"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `honest-social`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "0.1.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "honest-social"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `honest_social` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling tinyvec v1.8.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.8
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling pin-project v1.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking data-encoding v2.7.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking headers v0.3.9
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking bcrypt v0.13.0
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]    Compiling sqlx-macros v0.6.3
[INFO] [stderr]     Checking warp v0.3.7
[INFO] [stderr]     Checking sqlx v0.6.3
[INFO] [stderr]     Checking honest_social v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused dependency `bcrypt`
[INFO] [stderr]  --> Cargo.toml:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | bcrypt = "0.13"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `bcrypt`
[INFO] [stderr] warning: unused dependency `sqlx`
[INFO] [stderr]   --> Cargo.toml:10:15
[INFO] [stderr]    |
[INFO] [stderr] 10 | [dependencies.sqlx]
[INFO] [stderr]    |               ^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `sqlx`
[INFO] [stderr] warning: `honest_social` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] running `Command { std: "docker" "inspect" "9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55", kill_on_drop: false }`
[INFO] [stdout] 9bfadc7e29e49165901e79eca4fb718262c511c6296557fd04ba72cb09be9b55
