[INFO] cloning repository https://github.com/icewind1991/notify_push [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/icewind1991/notify_push" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fnotify_push", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fnotify_push'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e15dde5da752d959c8fe413c098c02ecc2db5e93 [INFO] testing icewind1991/notify_push against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fnotify_push" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/icewind1991/notify_push on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/icewind1991/notify_push [INFO] finished tweaking git repo https://github.com/icewind1991/notify_push [INFO] tweaked toml for git repo https://github.com/icewind1991/notify_push written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/icewind1991/notify_push already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1f436c34e5139031719ff4c0f57c5b2cd25ca5170793b264b287c52fcc1c4fc [INFO] running `Command { std: "docker" "start" "-a" "d1f436c34e5139031719ff4c0f57c5b2cd25ca5170793b264b287c52fcc1c4fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1f436c34e5139031719ff4c0f57c5b2cd25ca5170793b264b287c52fcc1c4fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1f436c34e5139031719ff4c0f57c5b2cd25ca5170793b264b287c52fcc1c4fc", kill_on_drop: false }` [INFO] [stdout] d1f436c34e5139031719ff4c0f57c5b2cd25ca5170793b264b287c52fcc1c4fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6abb911f75998d50d36896ab97a782eab34f44482d99c3b5f7c195261dc3423 [INFO] running `Command { std: "docker" "start" "-a" "e6abb911f75998d50d36896ab97a782eab34f44482d99c3b5f7c195261dc3423", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling const-oid v0.6.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling base64ct v1.1.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.3 [INFO] [stderr] Compiling peresil v0.3.0 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling crc-catalog v1.1.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling fastrand v1.6.0 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling beef v0.5.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling owo-colors v3.2.0 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint-dig v0.7.0 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling semver v0.10.0 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling crc v2.1.0 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling pem-rfc7468 v0.2.4 [INFO] [stderr] Compiling sxd-document v0.3.2 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling libsqlite3-sys v0.23.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termion v1.5.6 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling rfc7239 v0.1.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling source-span v2.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling sxd-xpath v0.4.2 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.6 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling time v0.3.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling crypto-bigint v0.2.11 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling headers v0.3.5 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling der v0.4.5 [INFO] [stderr] Compiling xpath_reader v0.5.3 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling spki v0.4.1 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling zeroize_derive v1.3.1 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling structmeta-derive v0.1.4 [INFO] [stderr] Compiling logos-derive v0.12.0 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling pkcs1 v0.2.4 [INFO] [stderr] Compiling pkcs8 v0.7.6 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling structmeta v0.1.4 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling flume v0.10.10 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling parse-display-derive v0.5.3 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling nextcloud_appinfo v0.6.0 [INFO] [stderr] Compiling flexi_logger v0.22.2 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling notify_push v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling color-eyre v0.6.0 [INFO] [stderr] Compiling logos v0.12.0 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling parse-display v0.5.3 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling php-literal-parser v0.3.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling dashmap v5.0.0 [INFO] [stderr] Compiling rsa v0.5.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling sqlx-rt v0.5.10 [INFO] [stderr] Compiling sqlx-core v0.5.10 [INFO] [stderr] Compiling h2 v0.3.10 [INFO] [stderr] Compiling combine v4.6.3 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling redis v0.21.5 [INFO] [stderr] Compiling sqlx-macros v0.5.10 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling reqwest v0.11.9 [INFO] [stderr] Compiling warp-real-ip v0.2.0 [INFO] [stderr] Compiling sqlx v0.5.10 [INFO] [stderr] Compiling nextcloud-config-parser v0.4.2 [INFO] [stderr] error: could not compile `notify_push` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name notify_push --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="span-colors"' -C metadata=0bad093443b253d4 -C extra-filename=-0bad093443b253d4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-ef3b09bbbb4ad02b.rlib --extern color_eyre=/opt/rustwide/target/debug/deps/libcolor_eyre-ff85423db6ffc90a.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-ca5234a602b9db20.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-7c95ea5631bf1635.so --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-125f133611da0722.rlib --extern flexi_logger=/opt/rustwide/target/debug/deps/libflexi_logger-1f82d8e7d0001b33.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d4d5e6205351e879.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rlib --extern nextcloud_config_parser=/opt/rustwide/target/debug/deps/libnextcloud_config_parser-67c47155a928924d.rlib --extern notify_push=/opt/rustwide/target/debug/deps/libnotify_push-a765cdbf005f9f70.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-5d5fb79f44447b4b.rlib --extern parse_display=/opt/rustwide/target/debug/deps/libparse_display-d6d5b84576d2e764.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-3baa63083dda223c.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-a31ab7cd9f6a3059.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-61eeeda1f9f40cc4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-d4408fbacaf96341.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-c9373c475b779d66.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-662192c1a4b59584.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-9e0f7a7edd38a69d.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-7f3fba27cd1ae36d.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-75011c3f1caffe3d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-5367c0a4256bf157.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-aa109f590feee04e.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-173806ed391d6d52.rlib --extern warp_real_ip=/opt/rustwide/target/debug/deps/libwarp_real_ip-c68a798207a6586a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-bf1daddec4302950/out -L native=/opt/rustwide/target/debug/build/ring-603795c9cf4a9ebd/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "e6abb911f75998d50d36896ab97a782eab34f44482d99c3b5f7c195261dc3423", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6abb911f75998d50d36896ab97a782eab34f44482d99c3b5f7c195261dc3423", kill_on_drop: false }` [INFO] [stdout] e6abb911f75998d50d36896ab97a782eab34f44482d99c3b5f7c195261dc3423