[INFO] cloning repository https://github.com/erooster-mail/email-client
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erooster-mail/email-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferooster-mail%2Femail-client", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferooster-mail%2Femail-client'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 32db64f848835201a32bfa4570434782a80c0a8c
[INFO] testing erooster-mail/email-client 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%2Ferooster-mail%2Femail-client" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/erooster-mail/email-client
[INFO] finished tweaking git repo https://github.com/erooster-mail/email-client
[INFO] tweaked toml for git repo https://github.com/erooster-mail/email-client written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/erooster-mail/email-client 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/erooster-mail/email-client 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19
[INFO] running `Command { std: "docker" "start" "cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19", 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" "cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19" "/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" "cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19", 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" "cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling cfg-expr v0.11.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling futures-sink v0.3.26
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling futures-io v0.3.26
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling toml_datetime v0.5.1
[INFO] [stderr]    Compiling nom8 v0.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling clang-sys v1.6.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling gio v0.17.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling toml_edit v0.18.1
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling rayon-core v1.10.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling bindgen v0.63.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustls v0.20.8
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling system-deps v6.0.3
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling glib-sys v0.17.0
[INFO] [stderr]    Compiling gobject-sys v0.17.0
[INFO] [stderr]    Compiling gio-sys v0.17.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.17.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.17.0
[INFO] [stderr]    Compiling pango-sys v0.17.0
[INFO] [stderr]    Compiling graphene-sys v0.17.0
[INFO] [stderr]    Compiling gdk4-sys v0.6.0
[INFO] [stderr]    Compiling gsk4-sys v0.6.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling spin v0.9.5
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling futures-macro v0.3.26
[INFO] [stderr]    Compiling glib-macros v0.17.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling pest v2.5.5
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling gtk4-sys v0.6.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling field-offset v0.3.4
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling rayon v1.6.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling futures-executor v0.3.26
[INFO] [stderr]    Compiling glib v0.17.1
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tokio-util v0.7.7
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling libdbus-sys v0.2.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling async-trait v0.1.64
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.4
[INFO] [stderr]    Compiling lalrpop-util v0.19.8
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling lalrpop v0.19.8
[INFO] [stderr]    Compiling zune-inflate v0.2.50
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling nettle-sys v2.1.1
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling gtk4-macros v0.6.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling gimli v0.27.2
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling cairo-rs v0.17.0
[INFO] [stderr]    Compiling graphene-rs v0.17.1
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling exr v1.5.3
[INFO] [stderr] error: could not compile `glib` (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 glib --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.17.1/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="gio"' --cfg 'feature="gio_ffi"' --cfg 'feature="v2_58"' --cfg 'feature="v2_60"' --cfg 'feature="v2_62"' --cfg 'feature="v2_64"' --cfg 'feature="v2_66"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiletests", "default", "dox", "gio", "gio_ffi", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76"))' -C metadata=7eebcb82ec23450b -C extra-filename=-55237909be4b605d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-c34af116910eec69.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-9a158a4633c7193d.rmeta --extern futures_executor=/opt/rustwide/target/debug/deps/libfutures_executor-4e4f6cf4e87d8c09.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-bec385733ed1b73d.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-33fee187d830c3af.rmeta --extern gio_ffi=/opt/rustwide/target/debug/deps/libgio_sys-32009329794b5d5d.rmeta --extern glib_macros=/opt/rustwide/target/debug/deps/libglib_macros-90a5f25e6bc5a9b8.so --extern ffi=/opt/rustwide/target/debug/deps/libglib_sys-8a3d0b0909196880.rmeta --extern gobject_ffi=/opt/rustwide/target/debug/deps/libgobject_sys-d5833cb274ff720e.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-338f59fa60bbd7ab.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3d0ec59241a02054.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-d2ec766eecdc7a51.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-4517414d4f20efb1.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-6d490134cb83e930.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 `lalrpop` (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 lalrpop --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.8/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=e5146664e7dc4393 -C extra-filename=-4fbc95b3094e15c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-6903e0d7c5001073.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-efdc9cf1ac2edbfd.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-35600417e3892031.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-67786839897ac0b8.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-ed7a08adbb280336.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-877b34095d463390.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-6136f19bbecb7d2b.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-6304166d82593d84.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-e4dac5ef816120ed.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-26d1e0fa7c38fe27.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-3619ae6a8c90f3f1.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-080d2825daa23eeb.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-48616684d58070f5.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-f1e4f2ef993f31a6.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19", kill_on_drop: false }`
[INFO] [stdout] cb7bbb364c3d7fd9e1d67f1b2ec1543b461af173e7ada56af250756213cc9b19
