[INFO] cloning repository https://github.com/audunhalland/async-workshop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/audunhalland/async-workshop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudunhalland%2Fasync-workshop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudunhalland%2Fasync-workshop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac123cd9471eb95b9117b6c779f925f1dfe4056d [INFO] testing audunhalland/async-workshop 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%2Faudunhalland%2Fasync-workshop" "/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/audunhalland/async-workshop 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/audunhalland/async-workshop [INFO] finished tweaking git repo https://github.com/audunhalland/async-workshop [INFO] tweaked toml for git repo https://github.com/audunhalland/async-workshop written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/audunhalland/async-workshop 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] 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] [stdout] 8b74164f4e185e59bb0723433e0a986a52d5f018a6acad203d4818e73236bd21 [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" "8b74164f4e185e59bb0723433e0a986a52d5f018a6acad203d4818e73236bd21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b74164f4e185e59bb0723433e0a986a52d5f018a6acad203d4818e73236bd21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b74164f4e185e59bb0723433e0a986a52d5f018a6acad203d4818e73236bd21", kill_on_drop: false }` [INFO] [stdout] 8b74164f4e185e59bb0723433e0a986a52d5f018a6acad203d4818e73236bd21 [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] [stdout] 0c332596b71d5fd383586eb10d1b5b995e5b67fc0de5516a1c48383762f4ef1a [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" "0c332596b71d5fd383586eb10d1b5b995e5b67fc0de5516a1c48383762f4ef1a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling minimal-lexical v0.1.2 [INFO] [stderr] Compiling whoami v1.1.3 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling tokio v1.10.1 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling multer v2.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha2 v0.9.6 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling sqlformat v0.1.7 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling lru v0.6.6 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling multipart v0.17.1 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.28 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling thiserror v1.0.28 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.16 [INFO] [stderr] Compiling futures v0.3.16 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling proc-macro-crate v1.0.0 [INFO] [stderr] Compiling async-graphql-value v2.9.12 [INFO] [stderr] Compiling tracing-subscriber v0.2.20 [INFO] [stderr] Compiling async-graphql-parser v2.9.12 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling headers v0.3.4 [INFO] [stderr] Compiling async-graphql-derive v2.9.12 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling sqlx-rt v0.5.7 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling h2 v0.3.4 [INFO] [stderr] Compiling sqlx-core v0.5.7 [INFO] [stderr] Compiling hyper v0.14.12 [INFO] [stderr] Compiling sqlx-macros v0.5.7 [INFO] [stderr] Compiling async-graphql v2.9.12 [INFO] [stderr] Compiling warp v0.3.1 [INFO] [stderr] Compiling sqlx v0.5.7 [INFO] [stderr] Compiling async-graphql-warp v2.9.12 [INFO] [stderr] Compiling async-workshop v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: error communicating with the server: Cannot assign requested address (os error 99) [INFO] [stdout] --> src/repository.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | let rows = sqlx::query_as!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 33 | | TodoItem, [INFO] [stdout] 34 | | " [INFO] [stdout] 35 | | SELECT id, description, done [INFO] [stdout] ... | [INFO] [stdout] 41 | | filter.range.end as i64 [INFO] [stdout] 42 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: error communicating with the server: Cannot assign requested address (os error 99) [INFO] [stdout] --> src/repository.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | let row = sqlx::query_as!( [INFO] [stdout] | ___________________^ [INFO] [stdout] 52 | | TodoItem, [INFO] [stdout] 53 | | " [INFO] [stdout] 54 | | INSERT INTO todo_item [INFO] [stdout] ... | [INFO] [stdout] 59 | | description [INFO] [stdout] 60 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: error communicating with the server: Cannot assign requested address (os error 99) [INFO] [stdout] --> src/repository.rs:68:22 [INFO] [stdout] | [INFO] [stdout] 68 | let result = sqlx::query!( [INFO] [stdout] | ______________________^ [INFO] [stdout] 69 | | " [INFO] [stdout] 70 | | UPDATE todo_item [INFO] [stdout] 71 | | SET done = true [INFO] [stdout] ... | [INFO] [stdout] 75 | | id [INFO] [stdout] 76 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::bus::EventBus` [INFO] [stdout] --> src/schema/mutation.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::bus::EventBus; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-workshop` due to 4 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0c332596b71d5fd383586eb10d1b5b995e5b67fc0de5516a1c48383762f4ef1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c332596b71d5fd383586eb10d1b5b995e5b67fc0de5516a1c48383762f4ef1a", kill_on_drop: false }` [INFO] [stdout] 0c332596b71d5fd383586eb10d1b5b995e5b67fc0de5516a1c48383762f4ef1a