[INFO] cloning repository https://github.com/justinj/babyflow [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinj/babyflow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinj%2Fbabyflow", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinj%2Fbabyflow'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8d3abcde70e0ba647bcf6dd74f7819b1fdde0de1 [INFO] testing justinj/babyflow against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinj%2Fbabyflow" "/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/justinj/babyflow on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/justinj/babyflow [INFO] finished tweaking git repo https://github.com/justinj/babyflow [INFO] tweaked toml for git repo https://github.com/justinj/babyflow written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/justinj/babyflow already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f385ec4431f1f40d8952cd57c5ac363fd47ef4d8a21f5ba8a35342eb30c9cb9f [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" "f385ec4431f1f40d8952cd57c5ac363fd47ef4d8a21f5ba8a35342eb30c9cb9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f385ec4431f1f40d8952cd57c5ac363fd47ef4d8a21f5ba8a35342eb30c9cb9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f385ec4431f1f40d8952cd57c5ac363fd47ef4d8a21f5ba8a35342eb30c9cb9f", kill_on_drop: false }` [INFO] [stdout] f385ec4431f1f40d8952cd57c5ac363fd47ef4d8a21f5ba8a35342eb30c9cb9f [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=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" "+62efba8a050c64249dab942951bb28f710208bc8" "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] 002a927585707f6096dab454fba02a28b2865e4f5685265a4676e9840e5aa8b6 [INFO] running `Command { std: "docker" "start" "-a" "002a927585707f6096dab454fba02a28b2865e4f5685265a4676e9840e5aa8b6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.78 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling datadriven v0.6.0 [INFO] [stderr] Compiling datalog v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.11s [INFO] running `Command { std: "docker" "inspect" "002a927585707f6096dab454fba02a28b2865e4f5685265a4676e9840e5aa8b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "002a927585707f6096dab454fba02a28b2865e4f5685265a4676e9840e5aa8b6", kill_on_drop: false }` [INFO] [stdout] 002a927585707f6096dab454fba02a28b2865e4f5685265a4676e9840e5aa8b6 [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=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" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--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] 570f37c4ca34e046cb8f4757401908b67bc153d9be9ea42da17a706097f6cad3 [INFO] running `Command { std: "docker" "start" "-a" "570f37c4ca34e046cb8f4757401908b67bc153d9be9ea42da17a706097f6cad3", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling cpp_demangle v0.3.3 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling symbolic-demangle v8.3.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling timely_bytes v0.12.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling timely_logging v0.12.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling abomonation v0.7.3 [INFO] [stderr] Compiling pprof v0.4.4 [INFO] [stderr] Compiling seq-macro v0.2.2 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling debugid v0.7.2 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling rgb v0.8.27 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling tokio-macros v1.4.1 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling nix v0.20.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling abomonation_derive v0.5.0 [INFO] [stderr] Compiling symbolic-common v8.3.1 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling inferno v0.10.7 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling tokio-util v0.6.8 [INFO] [stderr] Compiling timely_communication v0.12.0 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling spinach v0.1.0 (https://github.com/MingweiSamuel/spinach?rev=622fdb8#622fdb84) [INFO] [stderr] Compiling timely v0.12.0 [INFO] [stdout] error: Missing required bounds on Keys [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/spinach-4a04cccc93d2e458/622fdb8/lib/src/collections.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | type Keys<'s>: Iterator where K: 's; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: add the required where clauses: `, Self: 's` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on Entries [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/spinach-4a04cccc93d2e458/622fdb8/lib/src/collections.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | type Entries<'s>: Iterator where K: 's, V: 's; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: add the required where clauses: `, Self: 's` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on TickFuture [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/spinach-4a04cccc93d2e458/622fdb8/lib/src/comp/comptrait.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | type TickFuture<'s>: Future>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: add the required where clauses: `where Self: 's` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `spinach` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "570f37c4ca34e046cb8f4757401908b67bc153d9be9ea42da17a706097f6cad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "570f37c4ca34e046cb8f4757401908b67bc153d9be9ea42da17a706097f6cad3", kill_on_drop: false }` [INFO] [stdout] 570f37c4ca34e046cb8f4757401908b67bc153d9be9ea42da17a706097f6cad3