[INFO] cloning repository https://github.com/Gravitalia/Autha [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gravitalia/Autha" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGravitalia%2FAutha", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGravitalia%2FAutha'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da5f4ec70e39f7f575f63a4a187b11bdb1ad2909 [INFO] building Gravitalia/Autha against master#9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19 for pr-117684 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGravitalia%2FAutha" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Gravitalia/Autha on toolchain 9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Gravitalia/Autha [INFO] finished tweaking git repo https://github.com/Gravitalia/Autha [INFO] tweaked toml for git repo https://github.com/Gravitalia/Autha written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Gravitalia/Autha 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" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded scylla-macros v0.2.0 [INFO] [stderr] Downloaded scylla-cql v0.0.8 [INFO] [stderr] Downloaded totp-lite v2.0.0 [INFO] [stderr] Downloaded fpe v0.6.1 [INFO] [stderr] Downloaded nuid v0.5.0 [INFO] [stderr] Downloaded nkeys v0.3.2 [INFO] [stderr] Downloaded rust-argon2 v2.0.0 [INFO] [stderr] Downloaded dashmap v5.5.0 [INFO] [stderr] Downloaded signatory v0.27.1 [INFO] [stderr] Downloaded async-nats v0.32.1 [INFO] [stderr] Downloaded memcache v0.15.2 [INFO] [stderr] Downloaded scylla v0.9.0 [INFO] [stderr] Downloaded r2d2-memcache v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d8ec82c5b75b636687156d24671f2329c65e19039df3c3cb01dfad1975f6644c [INFO] running `Command { std: "docker" "start" "-a" "d8ec82c5b75b636687156d24671f2329c65e19039df3c3cb01dfad1975f6644c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8ec82c5b75b636687156d24671f2329c65e19039df3c3cb01dfad1975f6644c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8ec82c5b75b636687156d24671f2329c65e19039df3c3cb01dfad1975f6644c", kill_on_drop: false }` [INFO] [stdout] d8ec82c5b75b636687156d24671f2329c65e19039df3c3cb01dfad1975f6644c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 25e3c57cacd395a02e084287f7316370b54258f40d2603af7e94667d355b1867 [INFO] running `Command { std: "docker" "start" "-a" "25e3c57cacd395a02e084287f7316370b54258f40d2603af7e94667d355b1867", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling pin-project-lite v0.2.12 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cpufeatures v0.2.9 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.3 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling platforms v3.0.2 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling openssl v0.10.56 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling rustix v0.38.8 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling openssl-sys v0.9.91 [INFO] [stderr] Compiling winnow v0.5.14 [INFO] [stderr] Compiling const-oid v0.9.5 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling prettyplease v0.2.12 [INFO] [stderr] Compiling curve25519-dalek v4.0.0 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling signature v2.0.0 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling rustls v0.21.6 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling time-macros v0.2.15 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling snap v1.1.0 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling ed25519 v2.2.2 [INFO] [stderr] Compiling spki v0.7.2 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling ring v0.17.5 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling toml_edit v0.19.14 [INFO] [stderr] Compiling aho-corasick v1.0.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling tempfile v3.8.0 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling bigdecimal v0.2.2 [INFO] [stderr] Compiling scylla-macros v0.2.0 [INFO] [stderr] Compiling regex v1.9.5 [INFO] [stderr] Compiling r2d2 v0.8.10 [INFO] [stderr] Compiling signatory v0.27.1 [INFO] [stderr] Compiling prost-derive v0.11.9 [INFO] [stderr] Compiling lz4_flex v0.11.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling matchit v0.7.2 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls-webpki v0.101.4 [INFO] [stderr] Compiling webpki v0.22.2 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling constant_time_eq v0.2.6 [INFO] [stderr] Compiling data-encoding v2.4.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling blake2b_simd v1.0.1 [INFO] [stderr] Compiling poly1305 v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.189 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling thiserror-impl v1.0.47 [INFO] [stderr] Compiling prost-derive v0.12.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.0 [INFO] [stderr] Compiling num_enum_derive v0.6.1 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling enum_dispatch v0.3.12 [INFO] [stderr] error: could not compile `regex-syntax` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=eaa19fd5aec82aae -C extra-filename=-eaa19fd5aec82aae --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "25e3c57cacd395a02e084287f7316370b54258f40d2603af7e94667d355b1867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25e3c57cacd395a02e084287f7316370b54258f40d2603af7e94667d355b1867", kill_on_drop: false }` [INFO] [stdout] 25e3c57cacd395a02e084287f7316370b54258f40d2603af7e94667d355b1867 [INFO] building Gravitalia/Autha against try#53e03135c36e913ff664ce8329041b7e3c2fd358 for pr-117684 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGravitalia%2FAutha" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Gravitalia/Autha on toolchain 53e03135c36e913ff664ce8329041b7e3c2fd358 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+53e03135c36e913ff664ce8329041b7e3c2fd358" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Gravitalia/Autha [INFO] finished tweaking git repo https://github.com/Gravitalia/Autha [INFO] tweaked toml for git repo https://github.com/Gravitalia/Autha written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Gravitalia/Autha 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" "+53e03135c36e913ff664ce8329041b7e3c2fd358" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+53e03135c36e913ff664ce8329041b7e3c2fd358" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7acc9d2614c82deef5682cbf8d379633f7f363e5717b7b1ae360f535a9e9e03 [INFO] running `Command { std: "docker" "start" "-a" "d7acc9d2614c82deef5682cbf8d379633f7f363e5717b7b1ae360f535a9e9e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7acc9d2614c82deef5682cbf8d379633f7f363e5717b7b1ae360f535a9e9e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7acc9d2614c82deef5682cbf8d379633f7f363e5717b7b1ae360f535a9e9e03", kill_on_drop: false }` [INFO] [stdout] d7acc9d2614c82deef5682cbf8d379633f7f363e5717b7b1ae360f535a9e9e03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+53e03135c36e913ff664ce8329041b7e3c2fd358" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5aed6bf0f1ff6026d204270868050a736582b546aae181f1cfd5c2572360fd3a [INFO] running `Command { std: "docker" "start" "-a" "5aed6bf0f1ff6026d204270868050a736582b546aae181f1cfd5c2572360fd3a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling pin-project-lite v0.2.12 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling cpufeatures v0.2.9 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.3 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling openssl v0.10.56 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling platforms v3.0.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling rustix v0.38.8 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling winnow v0.5.14 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling const-oid v0.9.5 [INFO] [stderr] Compiling prettyplease v0.2.12 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling openssl-sys v0.9.91 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling curve25519-dalek v4.0.0 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling signature v2.0.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling rustls v0.21.6 [INFO] [stderr] Compiling time-macros v0.2.15 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling snap v1.1.0 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling ed25519 v2.2.2 [INFO] [stderr] Compiling ring v0.17.5 [INFO] [stderr] Compiling spki v0.7.2 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling toml_edit v0.19.14 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling aho-corasick v1.0.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling tempfile v3.8.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling bigdecimal v0.2.2 [INFO] [stderr] Compiling scylla-macros v0.2.0 [INFO] [stderr] Compiling r2d2 v0.8.10 [INFO] [stderr] Compiling regex v1.9.5 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling signatory v0.27.1 [INFO] [stderr] Compiling prost-derive v0.11.9 [INFO] [stderr] Compiling lz4_flex v0.11.1 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling data-encoding v2.4.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling matchit v0.7.2 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling constant_time_eq v0.2.6 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls-webpki v0.101.4 [INFO] [stderr] Compiling webpki v0.22.2 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling poly1305 v0.8.0 [INFO] [stderr] Compiling blake2b_simd v1.0.1 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling serde_derive v1.0.189 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling thiserror-impl v1.0.47 [INFO] [stderr] Compiling prost-derive v0.12.0 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.0 [INFO] [stderr] Compiling num_enum_derive v0.6.1 [INFO] [stderr] Compiling enum_dispatch v0.3.12 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling serde_repr v0.1.16 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling num_enum v0.6.1 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling chacha20 v0.9.1 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling nuid v0.5.0 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling prost v0.12.0 [INFO] [stderr] Compiling dashmap v5.5.0 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling rand_pcg v0.3.1 [INFO] [stderr] Compiling ed25519-dalek v2.0.0 [INFO] [stderr] Compiling pem v3.0.2 [INFO] [stderr] Compiling strum v0.23.0 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling nkeys v0.3.2 [INFO] [stderr] Compiling prost-types v0.12.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.9 [INFO] [stderr] Compiling histogram v0.6.9 [INFO] [stderr] Compiling arc-swap v1.6.0 [INFO] [stderr] Compiling keccak v0.1.4 [INFO] [stderr] Compiling constant_time_eq v0.3.0 [INFO] [stderr] Compiling rust-argon2 v2.0.0 [INFO] [stderr] Compiling chacha20poly1305 v0.10.1 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling fpe v0.6.1 [INFO] [stderr] Compiling totp-lite v2.0.0 [INFO] [stderr] Compiling aes v0.8.3 [INFO] [stderr] Compiling fern v0.6.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling memcache v0.15.2 [INFO] [stderr] Compiling prost-build v0.12.0 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling r2d2-memcache v0.6.0 [INFO] [stderr] Compiling tonic-build v0.10.0 [INFO] [stderr] Compiling autha v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling deranged v0.3.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_nanos v0.1.3 [INFO] [stderr] Compiling serde_yaml v0.9.25 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling prost v0.11.9 [INFO] [stderr] Compiling time v0.3.29 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling tungstenite v0.18.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling headers v0.3.8 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling jsonwebtoken v9.1.0 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling tokio-tungstenite v0.18.0 [INFO] [stderr] Compiling tokio-retry v0.3.0 [INFO] [stderr] Compiling scylla-cql v0.0.8 [INFO] [stderr] Compiling async-nats v0.32.1 [INFO] [stderr] Compiling h2 v0.3.20 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling scylla v0.9.0 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling warp v0.3.5 [INFO] [stderr] Compiling reqwest v0.11.20 [INFO] [stderr] Compiling tonic v0.9.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.27s [INFO] running `Command { std: "docker" "inspect" "5aed6bf0f1ff6026d204270868050a736582b546aae181f1cfd5c2572360fd3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aed6bf0f1ff6026d204270868050a736582b546aae181f1cfd5c2572360fd3a", kill_on_drop: false }` [INFO] [stdout] 5aed6bf0f1ff6026d204270868050a736582b546aae181f1cfd5c2572360fd3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+53e03135c36e913ff664ce8329041b7e3c2fd358" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef4c46a626fdaf58bdbe14628099a1e0867b2eceb623468d54eef152a5bc325a [INFO] running `Command { std: "docker" "start" "-a" "ef4c46a626fdaf58bdbe14628099a1e0867b2eceb623468d54eef152a5bc325a", kill_on_drop: false }` [INFO] [stderr] Compiling autha v2.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/helpers/jwt.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.57s [INFO] running `Command { std: "docker" "inspect" "ef4c46a626fdaf58bdbe14628099a1e0867b2eceb623468d54eef152a5bc325a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef4c46a626fdaf58bdbe14628099a1e0867b2eceb623468d54eef152a5bc325a", kill_on_drop: false }` [INFO] [stdout] ef4c46a626fdaf58bdbe14628099a1e0867b2eceb623468d54eef152a5bc325a