[INFO] cloning repository https://github.com/unboundnotes/backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/unboundnotes/backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funboundnotes%2Fbackend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funboundnotes%2Fbackend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d2b21c3605bdf541bcb547a6b0db5b2f15bbfbe1
[INFO] testing unboundnotes/backend against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funboundnotes%2Fbackend" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/unboundnotes/backend
[INFO] finished tweaking git repo https://github.com/unboundnotes/backend
[INFO] tweaked toml for git repo https://github.com/unboundnotes/backend written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/unboundnotes/backend on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/unboundnotes/backend 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" "+1.98.0-beta.1" "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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743
[INFO] running `Command { std: "docker" "start" "1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743", 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" "1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling serde_json v1.0.86
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling futures-io v0.3.24
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling openssl-sys v0.9.76
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling bytemuck v1.12.1
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling cookie v0.16.1
[INFO] [stderr]    Compiling xmlparser v0.13.5
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.51
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling unicode-general-category v0.6.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling roxmltree v0.15.1
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling multer v2.0.4
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling async-channel v1.7.1
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling fontconfig-parser v0.5.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling smartstring v0.2.10
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling memmap2 v0.5.7
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling rxml_validation v0.8.1
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling ascii_utils v0.9.3
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling unicode-ccc v0.1.2
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling unicode-script v0.5.5
[INFO] [stderr]    Compiling pq-sys v0.4.7
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.1.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling ttf-parser v0.17.1
[INFO] [stderr]    Compiling wildmatch v2.1.1
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling data-url v0.1.1
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling fast_chemail v0.9.6
[INFO] [stderr]    Compiling blocking v1.2.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling kurbo v0.8.3
[INFO] [stderr]    Compiling roxmltree v0.14.1
[INFO] [stderr]    Compiling rgb v0.8.34
[INFO] [stderr]    Compiling safe_arch v0.5.2
[INFO] [stderr]    Compiling lru v0.7.8
[INFO] [stderr]    Compiling png v0.17.6
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling svgtypes v0.8.2
[INFO] [stderr]    Compiling simplecss v0.2.1
[INFO] [stderr]    Compiling unicode-vo v0.1.0
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling xmlwriter v0.1.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling rctree v0.4.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling blake2b_simd v1.0.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling svgfilters v0.4.0
[INFO] [stderr]    Compiling jpeg-decoder v0.2.6
[INFO] [stderr]    Compiling tiny-skia v0.6.6
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling dotenvy v0.15.6
[INFO] [stderr]    Compiling darling_core v0.14.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling bigdecimal v0.3.0
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling rust-argon2 v1.0.0
[INFO] [stderr]    Compiling rustybuzz v0.5.3
[INFO] [stderr]    Compiling fontdb v0.9.3
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling actix_derive v0.6.0
[INFO] [stderr]    Compiling phf_macros v0.11.1
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling appconfig_derive-impl v0.1.0 (/opt/rustwide/workdir/appconfig_derive/impl)
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling pest v2.4.0
[INFO] [stderr]    Compiling darling_macro v0.14.1
[INFO] [stderr]    Compiling usvg v0.23.0
[INFO] [stderr]    Compiling aws-region v0.25.1
[INFO] [stderr]    Compiling darling v0.14.1
[INFO] [stderr]    Compiling diesel_derives v2.0.1
[INFO] [stderr]    Compiling maybe-async v0.2.6
[INFO] [stderr]    Compiling appconfig_derive v0.1.0 (/opt/rustwide/workdir/appconfig_derive)
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling resvg v0.23.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling time v0.3.15
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.2.1
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling serde-xml-rs v0.5.1
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling ipnetwork v0.20.0
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling bytestring v1.1.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.4
[INFO] [stderr]    Compiling proc-macro-crate v1.2.1
[INFO] [stderr]    Compiling async-graphql-value v4.0.15
[INFO] [stderr]    Compiling postgres-types v0.2.4
[INFO] [stderr]    Compiling jwt v0.16.0
[INFO] [stderr]    Compiling diesel v2.0.2
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling attohttpc v0.19.1
[INFO] [stderr]    Compiling async-graphql-parser v4.0.15
[INFO] [stderr]    Compiling aws-creds v0.30.0
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling async-graphql-derive v4.0.15
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling rxml v0.8.1
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling actix v0.13.0
[INFO] [stderr]    Compiling tokio-postgres v0.7.7
[INFO] [stderr]    Compiling minidom v0.15.0
[INFO] [stderr]    Compiling async-graphql v4.0.15
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling rust-s3 v0.32.3
[INFO] [stderr]    Compiling actix-web v4.2.1
[INFO] [stderr] error: could not compile `async-graphql` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_graphql --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-4.0.15/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="apollo_persisted_queries"' --cfg 'feature="apollo_tracing"' --cfg 'feature="blocking"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="email-validator"' --cfg 'feature="fast_chemail"' --cfg 'feature="log"' --cfg 'feature="lru"' --cfg 'feature="secrecy"' --cfg 'feature="sha2"' --cfg 'feature="unblock"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apollo_persisted_queries", "apollo_tracing", "bigdecimal", "blocking", "bson", "cbor", "chrono", "chrono-duration", "chrono-tz", "dataloader", "decimal", "default", "email-validator", "fast_chemail", "futures-channel", "futures-timer", "hashbrown", "iso8601-duration", "log", "lru", "opentelemetry", "password-strength-validator", "rust_decimal", "secrecy", "serde_cbor", "sha2", "smol_str", "string_number", "time", "tokio", "tokio-sync", "tracing", "tracing-futures", "tracinglib", "unblock", "url", "uuid", "uuid08", "zxcvbn"))' -C metadata=7617c22445c51e58 -C extra-filename=-d446e4d7ed7668f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_graphql_derive=/opt/rustwide/target/debug/deps/libasync_graphql_derive-6cc1d557d01f72bf.so --extern async_graphql_parser=/opt/rustwide/target/debug/deps/libasync_graphql_parser-29723cb23cda1837.rmeta --extern async_graphql_value=/opt/rustwide/target/debug/deps/libasync_graphql_value-1b3a4b2355c6a032.rmeta --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-79450e3d95c88674.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-8f3d64b911e47bbe.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-83ca8be32b9f715d.rmeta --extern blocking=/opt/rustwide/target/debug/deps/libblocking-4b7223c0c213bf27.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-65856a00848bf7c9.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-92d0e53c03794f1c.rmeta --extern fast_chemail=/opt/rustwide/target/debug/deps/libfast_chemail-8919256a93b5989e.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-79e2cbfbe03dcd16.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-96146bc6a4c832cb.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-699eb4e9ae80b9a2.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-282a1d7407795079.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-db64831fa30f0a98.rmeta --extern lru=/opt/rustwide/target/debug/deps/liblru-eec7317a19cbe480.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-df56754a5ea019bb.rmeta --extern multer=/opt/rustwide/target/debug/deps/libmulter-f7ac531cd326ccae.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-5285743d482a718d.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-85b28529bf6cae43.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-6df6c214457c8ca7.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-30c60fc095687bcc.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-18b67af9cf615393.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f6315a8bca2efb9d.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-169d7c1a32b1e64c.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-67bef421b986d65d.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-6d7738188d345586.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f0217ecdd817a834.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-42f1292b8737ec58.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-aea32b9ebcd21c6d.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b2a8ff66805c6ab7.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `diesel` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name diesel --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.0.2/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="32-column-tables"' --cfg 'feature="bigdecimal"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="extras"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="num-bigint"' --cfg 'feature="num-integer"' --cfg 'feature="num-traits"' --cfg 'feature="numeric"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="time"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "bigdecimal", "bitflags", "byteorder", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet", "ipnet-address", "ipnetwork", "itoa", "large-tables", "libc", "libsqlite3-sys", "mysql", "mysql_backend", "mysqlclient-sys", "network-address", "nightly-error-messages", "num-bigint", "num-integer", "num-traits", "numeric", "percent-encoding", "postgres", "postgres_backend", "pq-sys", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "url", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=805486afca14b1be -C extra-filename=-3cb4d300d90b5c09 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bigdecimal=/opt/rustwide/target/debug/deps/libbigdecimal-332c606bdb4d21dc.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-fb36fe721788ce00.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-92d0e53c03794f1c.rmeta --extern diesel_derives=/opt/rustwide/target/debug/deps/libdiesel_derives-881173ddd6e47a9c.so --extern ipnetwork=/opt/rustwide/target/debug/deps/libipnetwork-efe8d4ccd4063890.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-038a99b7aae53dfd.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-9f68a2a26046537d.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-a18cd80ef147218b.rmeta --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-8e34d12ce5cb866a.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-5285743d482a718d.rmeta --extern pq_sys=/opt/rustwide/target/debug/deps/libpq_sys-54dcd4b46f5a347d.rmeta --extern r2d2=/opt/rustwide/target/debug/deps/libr2d2-e33a61ed4d7bd37f.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-169d7c1a32b1e64c.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-3d64c98d075013d3.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b2a8ff66805c6ab7.rmeta --cap-lints allow --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743", kill_on_drop: false }`
[INFO] [stdout] 1f66c364504709257ebcee06b690f4fee017d7c02af365fef3adc5ae095b5743
