[INFO] cloning repository https://github.com/jiayan-xu/memoria
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jiayan-xu/memoria" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiayan-xu%2Fmemoria", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiayan-xu%2Fmemoria'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a510b742bb4543b84688d6197a65faf74ecfb14
[INFO] checking jiayan-xu/memoria against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiayan-xu%2Fmemoria" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jiayan-xu/memoria
[INFO] finished tweaking git repo https://github.com/jiayan-xu/memoria
[INFO] tweaked toml for git repo https://github.com/jiayan-xu/memoria written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jiayan-xu/memoria on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jiayan-xu/memoria 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b
[INFO] running `Command { std: "docker" "start" "cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b", 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" "cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling dary_heap v0.3.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking libflate_lz77 v2.3.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling libflate v2.3.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking time v0.3.54
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking pom v1.1.0
[INFO] [stderr]     Checking jiff v0.2.29
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking cpu-time v1.0.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking sysctl v0.6.0
[INFO] [stderr]     Checking rangemap v1.7.1
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking multer v3.1.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]    Compiling jieba-macros v0.7.1
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking lzma-rs v0.3.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking adobe-cmap-parser v0.4.1
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5d42b29812a70cfe -C extra-filename=-0de1b524bb2313a6 --out-dir /opt/rustwide/target/debug/build/tokio/0de1b524bb2313a6/out -L dependency=/opt/rustwide/target/debug/build/bytes/c38626212d5d479c/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/errno/2bdd740d2be47fdb/out -L dependency=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out -L dependency=/opt/rustwide/target/debug/build/lock_api/b47e4fe57039b3cf/out -L dependency=/opt/rustwide/target/debug/build/mio/1a4ca9584ecec01f/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/7a70b22afc33c00d/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/aedd7b9ada8ecb70/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/157c2e8046536c9a/out -L dependency=/opt/rustwide/target/debug/build/smallvec/4f8e4a825041d312/out -L dependency=/opt/rustwide/target/debug/build/socket2/40c047aad9f25ab0/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/c806c5ddbf4a8e27/out --extern bytes=/opt/rustwide/target/debug/build/bytes/c38626212d5d479c/out/libbytes-c38626212d5d479c.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out/liblibc-16836f44866b8b3d.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/1a4ca9584ecec01f/out/libmio-1a4ca9584ecec01f.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/7a70b22afc33c00d/out/libparking_lot-7a70b22afc33c00d.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/157c2e8046536c9a/out/libsignal_hook_registry-157c2e8046536c9a.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/40c047aad9f25ab0/out/libsocket2-40c047aad9f25ab0.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/c806c5ddbf4a8e27/out/libtokio_macros-c806c5ddbf4a8e27.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=115c0aa7da061b25 -C extra-filename=-7d9a87e74379d959 --out-dir /opt/rustwide/target/debug/build/regex-automata/7d9a87e74379d959/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/195d378ba3961ee0/out -L dependency=/opt/rustwide/target/debug/build/memchr/3ca07533bbd8f674/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/aa2c0ef21912879c/out --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/195d378ba3961ee0/out/libaho_corasick-195d378ba3961ee0.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/3ca07533bbd8f674/out/libmemchr-3ca07533bbd8f674.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/aa2c0ef21912879c/out/libregex_syntax-aa2c0ef21912879c.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b", kill_on_drop: false }`
[INFO] [stdout] cc5a10a1522c0990bf757f186cbe2758b3148713641c125f750084151a5aea6b
