[INFO] cloning repository https://github.com/lightningrodlabs/xyzzy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lightningrodlabs/xyzzy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightningrodlabs%2Fxyzzy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightningrodlabs%2Fxyzzy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1be77ec1e62cdabd9762044da5978deccaf83787 [INFO] checking lightningrodlabs/xyzzy against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightningrodlabs%2Fxyzzy" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lightningrodlabs/xyzzy on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lightningrodlabs/xyzzy [INFO] finished tweaking git repo https://github.com/lightningrodlabs/xyzzy [INFO] tweaked toml for git repo https://github.com/lightningrodlabs/xyzzy written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/lightningrodlabs/xyzzy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f75495b5769391c013eee0d75c6535d7869ea09bfff3a9f91b153655fb052f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9f75495b5769391c013eee0d75c6535d7869ea09bfff3a9f91b153655fb052f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f75495b5769391c013eee0d75c6535d7869ea09bfff3a9f91b153655fb052f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f75495b5769391c013eee0d75c6535d7869ea09bfff3a9f91b153655fb052f6", kill_on_drop: false }` [INFO] [stdout] 9f75495b5769391c013eee0d75c6535d7869ea09bfff3a9f91b153655fb052f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ab69d47fd26c0719f345affd5bc38be47fd5bc36f04b3b5d8445f0d8dfcce54 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4ab69d47fd26c0719f345affd5bc38be47fd5bc36f04b3b5d8445f0d8dfcce54", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.104 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling trilean v1.1.0 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Checking futures-io v0.3.17 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking ppv-lite86 v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking bytemuck v1.7.2 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking str_stack v0.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rgb v0.8.27 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Checking quick-xml v0.22.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking num-format v0.4.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking dashmap v4.0.2 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rmp v0.8.10 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking gcollections v1.5.0 [INFO] [stderr] Checking intervallum v1.4.0 [INFO] [stderr] Checking nanoid v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling holochain_serialized_bytes_derive v0.0.51 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling tokio-macros v1.5.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking structopt v0.3.25 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking pin-project v0.4.28 [INFO] [stderr] Checking inferno v0.10.7 [INFO] [stderr] Checking stream-cancel v0.8.1 [INFO] [stderr] Checking futures-executor v0.3.17 [INFO] [stderr] Checking futures v0.3.17 [INFO] [stderr] Compiling rmp-serde v0.15.5 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde-transcode v1.1.1 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling kitsune_p2p_dht_arc v0.0.7 [INFO] [stderr] Compiling kitsune_p2p_timestamp v0.0.5 [INFO] [stderr] Checking tracing-serde v0.1.2 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking opentelemetry v0.8.0 [INFO] [stderr] Checking holochain_serialized_bytes v0.0.51 [INFO] [stderr] Checking tracing-subscriber v0.2.25 [INFO] [stderr] Checking holochain_wasmer_common v0.0.73 [INFO] [stderr] Checking holo_hash v0.0.12 [INFO] [stderr] Checking holochain_wasmer_guest v0.0.73 [INFO] [stderr] Checking holochain_zome_types v0.0.16 [INFO] [stderr] Checking tracing-opentelemetry v0.8.0 [INFO] [stderr] Checking observability v0.1.3 [INFO] [stderr] Compiling hdk_derive v0.0.16 [INFO] [stderr] Checking hdk v0.0.114 [INFO] [stderr] Checking hc_zome_profiles v0.0.1 (https://github.com/holochain-open-dev/profiles?tag=for-hc-v0.0.114#836e07f8) [INFO] [stderr] Checking xyzzy v0.0.1-alpha1 (/opt/rustwide/workdir/dna/zomes/xyzzy) [INFO] [stderr] Checking profiles v0.0.1-alpha1 (/opt/rustwide/workdir/dna/zomes/profiles) [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 2m 56s [INFO] running `Command { std: "docker" "inspect" "4ab69d47fd26c0719f345affd5bc38be47fd5bc36f04b3b5d8445f0d8dfcce54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ab69d47fd26c0719f345affd5bc38be47fd5bc36f04b3b5d8445f0d8dfcce54", kill_on_drop: false }` [INFO] [stdout] 4ab69d47fd26c0719f345affd5bc38be47fd5bc36f04b3b5d8445f0d8dfcce54