[INFO] cloning repository https://github.com/faradayio/falconeri [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/faradayio/falconeri" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaradayio%2Ffalconeri", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaradayio%2Ffalconeri'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bbfd30132151db2c0489a65058505b4c85c8d759 [INFO] building faradayio/falconeri against master#9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19 for pr-117684 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaradayio%2Ffalconeri" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/faradayio/falconeri 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/faradayio/falconeri [INFO] finished tweaking git repo https://github.com/faradayio/falconeri [INFO] tweaked toml for git repo https://github.com/faradayio/falconeri written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/faradayio/falconeri 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 77114676ad4222fb9d5eca2bc05b242115c121122714455f163a5c740701cd81 [INFO] running `Command { std: "docker" "start" "-a" "77114676ad4222fb9d5eca2bc05b242115c121122714455f163a5c740701cd81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77114676ad4222fb9d5eca2bc05b242115c121122714455f163a5c740701cd81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77114676ad4222fb9d5eca2bc05b242115c121122714455f163a5c740701cd81", kill_on_drop: false }` [INFO] [stdout] 77114676ad4222fb9d5eca2bc05b242115c121122714455f163a5c740701cd81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 21378ee4e813807511132fecbf81a592a02b744063f22e02c576bc6f736d8fd6 [INFO] running `Command { std: "docker" "start" "-a" "21378ee4e813807511132fecbf81a592a02b744063f22e02c576bc6f736d8fd6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling syn v2.0.22 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling equivalent v1.0.0 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.0 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling serde_json v1.0.99 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling winnow v0.4.7 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling rustls v0.21.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling rustix v0.38.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling pq-sys v0.4.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.1.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling backtrace v0.3.68 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls-webpki v0.100.1 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling gimli v0.27.3 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling time-macros v0.2.9 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling addr2line v0.20.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling diesel_derives v2.1.0 [INFO] [stderr] Compiling pest v2.7.0 [INFO] [stderr] Compiling pear_codegen v0.2.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling is-terminal v0.4.8 [INFO] [stderr] Compiling pest_meta v2.7.0 [INFO] [stderr] Compiling r2d2 v0.8.10 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pest_generator v2.7.0 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling object v0.31.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling ref-cast v1.0.16 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling serde_spanned v0.6.3 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling uuid v1.4.0 [INFO] [stderr] Compiling toml_edit v0.19.11 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling h2 v0.3.20 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling openssl-sys v0.9.90 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling toml v0.7.5 [INFO] [stderr] Compiling pear v0.2.4 [INFO] [stderr] Compiling migrations_internals v2.1.0 [INFO] [stderr] Compiling pest_derive v2.7.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling diesel v2.1.0 [INFO] [stderr] Compiling time v0.3.22 [INFO] [stderr] Compiling ref-cast-impl v1.0.16 [INFO] [stderr] Compiling devise_core v0.4.1 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling rustix v0.37.21 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling devise_codegen v0.4.1 [INFO] [stderr] Compiling migrations_macros v2.1.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling handlebars v4.3.7 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling pin-project-internal v1.1.1 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling hyper-rustls v0.24.0 [INFO] [stderr] Compiling tempfile v3.6.0 [INFO] [stderr] Compiling reqwest v0.11.18 [INFO] [stderr] Compiling figment v0.10.10 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling state v0.5.3 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.3 [INFO] [stderr] Compiling pin-project v1.1.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling devise v0.4.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling axum v0.6.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rocket v0.5.0-rc.3 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling cpufeatures v0.2.8 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling axum-macros v0.3.7 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling crossbeam v0.8.2 [INFO] [stderr] Compiling csv v1.2.2 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.3 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling ubyte v0.10.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.11 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling matchit v0.7.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.8 [INFO] [stderr] Compiling headers v0.3.8 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling serde_yaml v0.9.22 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling diesel_migrations v2.1.0 [INFO] [stderr] Compiling falconeri_common v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri_common) [INFO] [stderr] Compiling falconeri-worker v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri-worker) [INFO] [stderr] Compiling falconeri v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri) [INFO] [stderr] Compiling falconerid v1.0.0-beta.12 (/opt/rustwide/workdir/falconerid) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcJqs20t/symbols.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.falconeri.fa4410b21ea1980b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838.3s1avbzelytjvx0b.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/ring-38a2bef5abec8097/out" "-L" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcrossbeam-622244d02d9c9327.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-78107ed759112314.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-dfd7ed6050310e26.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-1734719f5d211ea7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-5f4c3afe12418e8c.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3c81425daee5e787.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-25aed7ce0b779e3a.rlib" "/opt/rustwide/target/debug/deps/libprettytable-491bd7adc6716179.rlib" "/opt/rustwide/target/debug/deps/libis_terminal-4029a2d5035a0da6.rlib" "/opt/rustwide/target/debug/deps/librustix-cf1864c1e0ee631a.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-dca0a83eb62295af.rlib" "/opt/rustwide/target/debug/deps/libcsv-f099fbcab367cb7d.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-075b6d6c6dcaf02c.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-7e72e21df994901e.rlib" "/opt/rustwide/target/debug/deps/libterm-ed815c3dc0f9719c.rlib" "/opt/rustwide/target/debug/deps/libdirs_next-48df702e4b454fab.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys_next-1cc457b8b31d1878.rlib" "/opt/rustwide/target/debug/deps/libstructopt-3d54da1547365ce9.rlib" "/opt/rustwide/target/debug/deps/libclap-64c6be95ced5653c.rlib" "/opt/rustwide/target/debug/deps/libvec_map-fc342719877893b6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4abd178c5c89cec3.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6cb5fdb7e22fbf52.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c58ca68092cf803b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-560efdb99b117eef.rlib" "/opt/rustwide/target/debug/deps/libatty-935dee1539dc552f.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bb169c4f46faf8a6.rlib" "/opt/rustwide/target/debug/deps/libfalconeri_common-a1fdfacd13cdcc02.rlib" "/opt/rustwide/target/debug/deps/libhumantime_serde-9c6dc5e74f578a1e.rlib" "/opt/rustwide/target/debug/deps/libhumantime-28a5c7939082a25f.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-e9a7c60d71cae0cb.rlib" "/opt/rustwide/target/debug/deps/libnu_ansi_term-ac264070fcd50d58.rlib" "/opt/rustwide/target/debug/deps/liboverload-667acc2908675926.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-a6be8f4b05e043db.rlib" "/opt/rustwide/target/debug/deps/libmatchers-d54262b183c731ea.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-0238b484bfdf87c0.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-b8a0d7e0e7512e17.rlib" "/opt/rustwide/target/debug/deps/libthread_local-641795be127d6c70.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-52622485190f3317.rlib" "/opt/rustwide/target/debug/deps/libregex-9ab160d759c6e637.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5fa4370c8d219a07.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-44f96d42df4c72f5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b82c15677deef9e2.rlib" "/opt/rustwide/target/debug/deps/libreqwest-e74c6eef678a4c1b.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-2e259ef0749f8ab5.rlib" "/opt/rustwide/target/debug/deps/librustls_native_certs-72252d756984253a.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-8c787304c4ecfff6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-4ef163abf36661c4.rlib" "/opt/rustwide/target/debug/deps/libipnet-bc20b356f5868bbe.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-a0908fc2789946c4.rlib" "/opt/rustwide/target/debug/deps/librustls-97f2344ce7990054.rlib" "/opt/rustwide/target/debug/deps/libsct-e532f9303a3d3e68.rlib" "/opt/rustwide/target/debug/deps/libwebpki-285c68adc2a1c20e.rlib" "/opt/rustwide/target/debug/deps/libring-14ab6226c6db8809.rlib" "/opt/rustwide/target/debug/deps/libspin-aba4c1570e9c644e.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-b2518a6a9207ec5b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea652569ccf9c531.rlib" "/opt/rustwide/target/debug/deps/libmime-34c62d26cca01717.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-dd39682adbba4d17.rlib" "/opt/rustwide/target/debug/deps/libhyper-1d8f244ec32a05ab.rlib" "/opt/rustwide/target/debug/deps/libwant-d9fcf97a2608bf5a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-fb35d45ee787f9bf.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a8aa5312b7759355.rlib" "/opt/rustwide/target/debug/deps/libh2-4b25b2a0136bc714.rlib" "/opt/rustwide/target/debug/deps/libindexmap-996b2a5018479c5c.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b50da1c079e7685f.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-a457f6e703987320.rlib" "/opt/rustwide/target/debug/deps/libtower_service-c1df9daf28a2db95.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-9d36a622b826fcbb.rlib" "/opt/rustwide/target/debug/deps/libtokio-ae4b8ff2125c1dbc.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-a4ea14158a3322cf.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-11a286abfa1a7f7f.rlib" "/opt/rustwide/target/debug/deps/libsocket2-50a6f4a8d6774683.rlib" "/opt/rustwide/target/debug/deps/libmio-943964d3297a1b5d.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-c55545254b0c8778.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-8b1fb7574f798156.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-737b0fdb5b0cc406.rlib" "/opt/rustwide/target/debug/deps/libslab-395080db18d53cf4.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-059a48e20673f0bd.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-d96194e67ba84efd.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-711053b00df38fd0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-339fc95f834a67dc.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0ac4abf7f5fee4d6.rlib" "/opt/rustwide/target/debug/deps/liburl-febb815c569d50db.rlib" "/opt/rustwide/target/debug/deps/libidna-247294d2551a784b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-bba00db3dc5ef545.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-a28cafa3c8699823.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-66661c55905090ec.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-55d6c07d30fc1c56.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-0c0caf6cd3f5adc0.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-081a4ba89aade102.rlib" "/opt/rustwide/target/debug/deps/libhttp-2846e326bbba6891.rlib" "/opt/rustwide/target/debug/deps/libbytes-8cb5c9c819f9ddea.rlib" "/opt/rustwide/target/debug/deps/libfnv-574dedeaa4c89e1d.rlib" "/opt/rustwide/target/debug/deps/libhandlebars-631c160bb7beee80.rlib" "/opt/rustwide/target/debug/deps/libpest-ff089d49c040edcd.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-7c46cece2435d1df.rlib" "/opt/rustwide/target/debug/deps/libthiserror-82b6f6992d6cf31f.rlib" "/opt/rustwide/target/debug/deps/libbase64-fff4a5fd545a8428.rlib" "/opt/rustwide/target/debug/deps/libanyhow-ba0d6011222180f1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e38b313dcd228e35.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-df6e0b2fbdbc266a.rlib" "/opt/rustwide/target/debug/deps/libadler-c1df679d243ed5d4.rlib" "/opt/rustwide/target/debug/deps/libobject-e30f535ee6df9818.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a4f7a93850c27d99.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-c18cab981a4e3f9f.rlib" "/opt/rustwide/target/debug/deps/libgimli-57e56b2068948121.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-590f1de4ae86e897.rlib" "/opt/rustwide/target/debug/deps/libbackoff-dbfce104e28b2d28.rlib" "/opt/rustwide/target/debug/deps/libinstant-d518fe55dee691b1.rlib" "/opt/rustwide/target/debug/deps/libtracing-e1d8d0c266c17ecf.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0d60682517d3a5a0.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-68d17648e1c78e36.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-fe848ebb2f78f957.rlib" "/opt/rustwide/target/debug/deps/libsemver-9b90ef49f022fb9f.rlib" "/opt/rustwide/target/debug/deps/librand-b0a7e67d0f810114.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aac2ac8e818d823c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-2e7f3c881e7293c7.rlib" "/opt/rustwide/target/debug/deps/librand_core-fbfdaa867a5bb340.rlib" "/opt/rustwide/target/debug/deps/libcast-2c489e753c8b74a1.rlib" "/opt/rustwide/target/debug/deps/libdiesel_migrations-df5361cbab522b20.rlib" "/opt/rustwide/target/debug/deps/libmigrations_internals-23d5d6b45f0c5b32.rlib" "/opt/rustwide/target/debug/deps/libtoml-47e7f32f77718eab.rlib" "/opt/rustwide/target/debug/deps/libtoml_edit-fbb49fe6322f2ca8.rlib" "/opt/rustwide/target/debug/deps/libserde_spanned-0849108e168ac6ff.rlib" "/opt/rustwide/target/debug/deps/libindexmap-b0221b06c059b256.rlib" "/opt/rustwide/target/debug/deps/libequivalent-4f1f91e94ff87f97.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f5a2e6bc8178749b.rlib" "/opt/rustwide/target/debug/deps/libwinnow-476cd9829d212ae8.rlib" "/opt/rustwide/target/debug/deps/libtoml_datetime-06bae4bddf466290.rlib" "/opt/rustwide/target/debug/deps/libdiesel-090043c49f8259b0.rlib" "/opt/rustwide/target/debug/deps/libuuid-560397e4fa5a80c6.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-baddab3dcd8c969e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fa61b5f449414a1a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a1f9de351ee5c7d4.rlib" "/opt/rustwide/target/debug/deps/libr2d2-4579e6fba6185d06.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-47daeb766928b005.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b0772e592ffa6345.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-7a28580f117d3259.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0128a598f57c42f0.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-71f76ee72c18b4ee.rlib" "/opt/rustwide/target/debug/deps/liblock_api-20e18b4a1a6bacc2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6ebe5b14c8a6c2d8.rlib" "/opt/rustwide/target/debug/deps/liblog-e36f1c34d09735e4.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-6bd1c70cf08cba41.rlib" "/opt/rustwide/target/debug/deps/libserde_json-42eaa0e7e9c68a97.rlib" "/opt/rustwide/target/debug/deps/libryu-fd0a5d3021b381a4.rlib" "/opt/rustwide/target/debug/deps/libitoa-bc40fb92ac8547e1.rlib" "/opt/rustwide/target/debug/deps/libchrono-4ee91b8728d78fe1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a2a31b9a5488dbd4.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-a24eacfdd20f653c.rlib" "/opt/rustwide/target/debug/deps/libserde-5481c23b4a6cff83.rlib" "/opt/rustwide/target/debug/deps/libtime-7ee5c8a3219789b8.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a9d57252812ea304.rlib" "/opt/rustwide/target/debug/deps/liblibc-333221bd45703000.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-72b35984a787fb54.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0fdedff926cd8b5a.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-fe0525e327a5464a.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-795b2243f06bd098.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-86ce554ff6ad08cd.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1be635a4727d8e5e.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1e55d89766af9c5f.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-02605c7065574d0d.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-0d17ba1067febc2c.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-2408fbe38b247900.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b3c63e8997fdca47.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-bfa7a39ebb77d49a.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4b955078cf51c0a1.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1a6fbee0083900be.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-2b93db426c5a26c2.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b30975e2b876cf32.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-cd2f2bc505f56f50.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ec02dd343723da85.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-408115ade0360d2a.rlib" "-Wl,-Bdynamic" "-lpq" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/falconeri-89ef4665ebc04838" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `falconeri` (bin "falconeri") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "21378ee4e813807511132fecbf81a592a02b744063f22e02c576bc6f736d8fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21378ee4e813807511132fecbf81a592a02b744063f22e02c576bc6f736d8fd6", kill_on_drop: false }` [INFO] [stdout] 21378ee4e813807511132fecbf81a592a02b744063f22e02c576bc6f736d8fd6 [INFO] building faradayio/falconeri against try#53e03135c36e913ff664ce8329041b7e3c2fd358 for pr-117684 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaradayio%2Ffalconeri" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/faradayio/falconeri 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/faradayio/falconeri [INFO] finished tweaking git repo https://github.com/faradayio/falconeri [INFO] tweaked toml for git repo https://github.com/faradayio/falconeri written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/faradayio/falconeri 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] abe48cc9c999d751ffee3b823d2bf64bdeb1d2ff5ea8d036039a7054ae5c7270 [INFO] running `Command { std: "docker" "start" "-a" "abe48cc9c999d751ffee3b823d2bf64bdeb1d2ff5ea8d036039a7054ae5c7270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "abe48cc9c999d751ffee3b823d2bf64bdeb1d2ff5ea8d036039a7054ae5c7270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abe48cc9c999d751ffee3b823d2bf64bdeb1d2ff5ea8d036039a7054ae5c7270", kill_on_drop: false }` [INFO] [stdout] abe48cc9c999d751ffee3b823d2bf64bdeb1d2ff5ea8d036039a7054ae5c7270 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] d04abc578dd05741b44db24e231df9d745e849557c2754ae08563c85aaf917b7 [INFO] running `Command { std: "docker" "start" "-a" "d04abc578dd05741b44db24e231df9d745e849557c2754ae08563c85aaf917b7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling syn v2.0.22 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling equivalent v1.0.0 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.99 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling winnow v0.4.7 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rustls v0.21.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling rustix v0.38.1 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling pq-sys v0.4.8 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.1.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling backtrace v0.3.68 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling gimli v0.27.3 [INFO] [stderr] Compiling rustls-webpki v0.100.1 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling addr2line v0.20.0 [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Compiling pear_codegen v0.2.4 [INFO] [stderr] Compiling pest v2.7.0 [INFO] [stderr] Compiling diesel_derives v2.1.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling time-macros v0.2.9 [INFO] [stderr] Compiling pest_meta v2.7.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling pest_generator v2.7.0 [INFO] [stderr] Compiling is-terminal v0.4.8 [INFO] [stderr] Compiling r2d2 v0.8.10 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling object v0.31.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling ref-cast v1.0.16 [INFO] [stderr] Compiling serde_spanned v0.6.3 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling uuid v1.4.0 [INFO] [stderr] Compiling toml_edit v0.19.11 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling h2 v0.3.20 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling openssl-sys v0.9.90 [INFO] [stderr] Compiling pear v0.2.4 [INFO] [stderr] Compiling toml v0.7.5 [INFO] [stderr] Compiling migrations_internals v2.1.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling pest_derive v2.7.0 [INFO] [stderr] Compiling time v0.3.22 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.16 [INFO] [stderr] Compiling diesel v2.1.0 [INFO] [stderr] Compiling devise_core v0.4.1 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling rustix v0.37.21 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling devise_codegen v0.4.1 [INFO] [stderr] Compiling migrations_macros v2.1.0 [INFO] [stderr] Compiling handlebars v4.3.7 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling pin-project-internal v1.1.1 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling tempfile v3.6.0 [INFO] [stderr] Compiling figment v0.10.10 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling hyper-rustls v0.24.0 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling reqwest v0.11.18 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling state v0.5.3 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling pin-project v1.1.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling devise v0.4.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling axum v0.6.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rocket v0.5.0-rc.3 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling cpufeatures v0.2.8 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling axum-macros v0.3.7 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling crossbeam v0.8.2 [INFO] [stderr] Compiling csv v1.2.2 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.3 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling ubyte v0.10.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.11 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling matchit v0.7.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling unsafe-libyaml v0.2.8 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling serde_yaml v0.9.22 [INFO] [stderr] Compiling headers v0.3.8 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling diesel_migrations v2.1.0 [INFO] [stderr] Compiling falconeri_common v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri_common) [INFO] [stderr] Compiling falconeri v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri) [INFO] [stderr] Compiling falconerid v1.0.0-beta.12 (/opt/rustwide/workdir/falconerid) [INFO] [stderr] Compiling falconeri-worker v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri-worker) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.15s [INFO] running `Command { std: "docker" "inspect" "d04abc578dd05741b44db24e231df9d745e849557c2754ae08563c85aaf917b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d04abc578dd05741b44db24e231df9d745e849557c2754ae08563c85aaf917b7", kill_on_drop: false }` [INFO] [stdout] d04abc578dd05741b44db24e231df9d745e849557c2754ae08563c85aaf917b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] dde1610658567b8f5b9b10ca5d1421cfc8c2b20cd127ce6c46d39fb8f03bdb97 [INFO] running `Command { std: "docker" "start" "-a" "dde1610658567b8f5b9b10ca5d1421cfc8c2b20cd127ce6c46d39fb8f03bdb97", kill_on_drop: false }` [INFO] [stderr] Compiling falconeri_common v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri_common) [INFO] [stderr] Compiling falconeri v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri) [INFO] [stderr] Compiling falconeri-worker v1.0.0-beta.12 (/opt/rustwide/workdir/falconeri-worker) [INFO] [stderr] Compiling falconerid v1.0.0-beta.12 (/opt/rustwide/workdir/falconerid) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.58s [INFO] running `Command { std: "docker" "inspect" "dde1610658567b8f5b9b10ca5d1421cfc8c2b20cd127ce6c46d39fb8f03bdb97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dde1610658567b8f5b9b10ca5d1421cfc8c2b20cd127ce6c46d39fb8f03bdb97", kill_on_drop: false }` [INFO] [stdout] dde1610658567b8f5b9b10ca5d1421cfc8c2b20cd127ce6c46d39fb8f03bdb97