[INFO] cloning repository https://github.com/gluon-lang/try_gluon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gluon-lang/try_gluon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluon-lang%2Ftry_gluon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluon-lang%2Ftry_gluon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0354a8be6f724d93e24f33022e91c3896dc44c23 [INFO] testing gluon-lang/try_gluon 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%2Fgluon-lang%2Ftry_gluon" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gluon-lang/try_gluon 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/gluon-lang/try_gluon [INFO] finished tweaking git repo https://github.com/gluon-lang/try_gluon [INFO] tweaked toml for git repo https://github.com/gluon-lang/try_gluon written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/gluon-lang/try_gluon 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e83457c465ef17df318c2ac3324b515f1ecec7f6c6e9b9b31dcafb4f3b1efe89 [INFO] running `Command { std: "docker" "start" "-a" "e83457c465ef17df318c2ac3324b515f1ecec7f6c6e9b9b31dcafb4f3b1efe89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e83457c465ef17df318c2ac3324b515f1ecec7f6c6e9b9b31dcafb4f3b1efe89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e83457c465ef17df318c2ac3324b515f1ecec7f6c6e9b9b31dcafb4f3b1efe89", kill_on_drop: false }` [INFO] [stdout] e83457c465ef17df318c2ac3324b515f1ecec7f6c6e9b9b31dcafb4f3b1efe89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66033b72771f9e7b70488a8ae2377f17b6605b4bb4c992baf9b709d4aab0728d [INFO] running `Command { std: "docker" "start" "-a" "66033b72771f9e7b70488a8ae2377f17b6605b4bb4c992baf9b709d4aab0728d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling proc-macro-hack v0.5.14 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling collect-mac v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling lalrpop-util v0.17.2 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling frunk_core v0.3.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling pulldown-cmark v0.6.1 [INFO] [stderr] Compiling gluon_vm v0.13.1 [INFO] [stderr] Compiling gluon_vm v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] Compiling gluon_doc v0.13.1 [INFO] [stderr] Compiling gluon_doc v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] Compiling home v0.3.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling archery v0.3.0 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling ena v0.13.1 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling rpds v0.7.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio v0.2.13 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-signal v0.2.9 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling hyperx v0.13.2 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling serde_derive_state v0.4.9 [INFO] [stderr] Compiling gluon_codegen v0.13.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling async-trait v0.1.26 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling gluon_codegen v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] Compiling salsa-macros v0.14.1 (https://github.com/Marwes/salsa?rev=3fddf72#3fddf726) [INFO] [stderr] Compiling salsa-macros v0.13.2 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling structopt-derive v0.4.5 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling salsa v0.13.2 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling structopt v0.3.12 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling h2 v0.2.3 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling salsa v0.14.1 (https://github.com/Marwes/salsa?rev=3fddf72#3fddf726) [INFO] [stderr] Compiling hyper v0.13.4 [INFO] [stderr] Compiling codespan v0.3.0 [INFO] [stderr] Compiling serde_state v0.4.7 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling codespan-reporting v0.3.0 [INFO] [stderr] Compiling lalrpop v0.17.2 [INFO] [stderr] Compiling handlebars v2.0.4 [INFO] [stderr] Compiling hubcaps v0.5.0 [INFO] [stderr] Compiling gluon_base v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] Compiling gluon_base v0.13.1 [INFO] [stderr] Compiling gluon_check v0.13.1 [INFO] [stderr] Compiling gluon_format v0.13.1 [INFO] [stderr] Compiling gluon_completion v0.13.1 [INFO] [stderr] Compiling gluon_check v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] Compiling gluon_format v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] Compiling gluon_completion v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] Compiling gluon v0.13.1 [INFO] [stderr] Compiling gluon v0.13.1 (https://github.com/gluon-lang/gluon#8034b63d) [INFO] [stderr] error: could not compile `lalrpop` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lalrpop /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.17.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 -C metadata=102be5728a1bb8f8 -C extra-filename=-102be5728a1bb8f8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-6e699a0796857d00.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-c9af64984bb4e676.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-5470d22de366b08d.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-addc4ff7d1d9a698.rmeta --extern docopt=/opt/rustwide/target/debug/deps/libdocopt-0226cda174d39a21.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-6ea4f047679d225e.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-2d4331602df010d9.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-8cf13bacbca8ea45.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-0d37cf022e10071a.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f00437f7c5d22099.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-c0a6bfa77b2c06f1.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-ff071d5b06eed0d7.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-b39a5da38a74847e.so --extern sha2=/opt/rustwide/target/debug/deps/libsha2-689465f160d73ce6.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-5053c33d5b943c56.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-0216dc7f97dd5849.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-09e70e8bcc039b17.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 `gluon_check` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gluon_check --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gluon_check-0.13.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 -C metadata=67765d5f70f96ebc -C extra-filename=-67765d5f70f96ebc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern codespan=/opt/rustwide/target/debug/deps/libcodespan-7fd5f3edff80cd55.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/deps/libcodespan_reporting-42ef78d736027068.rmeta --extern collect_mac=/opt/rustwide/target/debug/deps/libcollect_mac-f558f3e5fde80fe4.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-6ea4f047679d225e.rmeta --extern gluon_base=/opt/rustwide/target/debug/deps/libgluon_base-6f7f8f5b3b002702.rmeta --extern gluon_codegen=/opt/rustwide/target/debug/deps/libgluon_codegen-2430d828dc2fe4d6.so --extern itertools=/opt/rustwide/target/debug/deps/libitertools-2d4331602df010d9.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-88c6c3c5629024a6.rmeta --extern pretty=/opt/rustwide/target/debug/deps/libpretty-6a19de13c35281a1.rmeta --extern quick_error=/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rmeta --extern rpds=/opt/rustwide/target/debug/deps/librpds-6c320bf7127341dd.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-700ec48b887f1a33.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-41624c1d4c1cde02.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-5a3272b81dede948/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "66033b72771f9e7b70488a8ae2377f17b6605b4bb4c992baf9b709d4aab0728d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66033b72771f9e7b70488a8ae2377f17b6605b4bb4c992baf9b709d4aab0728d", kill_on_drop: false }` [INFO] [stdout] 66033b72771f9e7b70488a8ae2377f17b6605b4bb4c992baf9b709d4aab0728d