[INFO] cloning repository https://github.com/dbanty/rust-lambda-graphql-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dbanty/rust-lambda-graphql-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbanty%2Frust-lambda-graphql-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbanty%2Frust-lambda-graphql-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a5ffd4febf60af99fd7ab8a7371f23ae23ccf2cc [INFO] checking dbanty/rust-lambda-graphql-example against master#94b72d6bebbddb5d17860914c4544f37365e988c for pr-122789 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbanty%2Frust-lambda-graphql-example" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dbanty/rust-lambda-graphql-example on toolchain 94b72d6bebbddb5d17860914c4544f37365e988c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dbanty/rust-lambda-graphql-example [INFO] finished tweaking git repo https://github.com/dbanty/rust-lambda-graphql-example [INFO] tweaked toml for git repo https://github.com/dbanty/rust-lambda-graphql-example written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/dbanty/rust-lambda-graphql-example 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" "+94b72d6bebbddb5d17860914c4544f37365e988c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lambda_runtime v0.11.1 [INFO] [stderr] Downloaded lambda_runtime_api_client v0.11.0 [INFO] [stderr] Downloaded async-graphql-parser v7.0.3 [INFO] [stderr] Downloaded async-graphql-value v7.0.3 [INFO] [stderr] Downloaded static_assertions_next v1.1.2 [INFO] [stderr] Downloaded lambda_http v0.11.1 [INFO] [stderr] Downloaded async-graphql-derive v7.0.3 [INFO] [stderr] Downloaded aws_lambda_events v0.15.0 [INFO] [stderr] Downloaded async-graphql v7.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3dc42cae92d9fafdbbd3df4976b36fefcb7398f4ebb291e217dbf8c5a7c333dd [INFO] running `Command { std: "docker" "start" "-a" "3dc42cae92d9fafdbbd3df4976b36fefcb7398f4ebb291e217dbf8c5a7c333dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3dc42cae92d9fafdbbd3df4976b36fefcb7398f4ebb291e217dbf8c5a7c333dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dc42cae92d9fafdbbd3df4976b36fefcb7398f4ebb291e217dbf8c5a7c333dd", kill_on_drop: false }` [INFO] [stdout] 3dc42cae92d9fafdbbd3df4976b36fefcb7398f4ebb291e217dbf8c5a7c333dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5307fb77fe52fa189f0d3bd6fdf53532066ef2000cea934e525515fc586c399e [INFO] running `Command { std: "docker" "start" "-a" "5307fb77fe52fa189f0d3bd6fdf53532066ef2000cea934e525515fc586c399e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking socket2 v0.5.6 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling multer v3.0.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling async-trait v0.1.79 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking static_assertions_next v1.1.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Checking async-stream v0.3.5 [INFO] [stderr] Compiling strum_macros v0.26.2 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling pest v2.7.8 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling strum v0.26.2 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking tracing-serde v0.1.3 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking query_map v0.7.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_path_to_error v0.1.16 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking async-graphql-value v7.0.3 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking http-serde v2.0.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking http-body-util v0.1.1 [INFO] [stderr] Checking aws_lambda_events v0.15.0 [INFO] [stderr] Checking async-graphql-parser v7.0.3 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling async-graphql-derive v7.0.3 [INFO] [stderr] Checking hyper v1.2.0 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking hyper-util v0.1.3 [INFO] [stderr] Checking lambda_runtime_api_client v0.11.0 [INFO] [stderr] Checking lambda_runtime v0.11.1 [INFO] [stderr] Checking lambda_http v0.11.1 [INFO] [stderr] Checking async-graphql v7.0.3 [INFO] [stderr] Checking graphql-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.24s [INFO] running `Command { std: "docker" "inspect" "5307fb77fe52fa189f0d3bd6fdf53532066ef2000cea934e525515fc586c399e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5307fb77fe52fa189f0d3bd6fdf53532066ef2000cea934e525515fc586c399e", kill_on_drop: false }` [INFO] [stdout] 5307fb77fe52fa189f0d3bd6fdf53532066ef2000cea934e525515fc586c399e [INFO] checking dbanty/rust-lambda-graphql-example against try#cb4bf0ee9ea9dac86332c9e48c07269c7edc21dc for pr-122789 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbanty%2Frust-lambda-graphql-example" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dbanty/rust-lambda-graphql-example on toolchain cb4bf0ee9ea9dac86332c9e48c07269c7edc21dc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb4bf0ee9ea9dac86332c9e48c07269c7edc21dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dbanty/rust-lambda-graphql-example [INFO] finished tweaking git repo https://github.com/dbanty/rust-lambda-graphql-example [INFO] tweaked toml for git repo https://github.com/dbanty/rust-lambda-graphql-example written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dbanty/rust-lambda-graphql-example 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" "+cb4bf0ee9ea9dac86332c9e48c07269c7edc21dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+cb4bf0ee9ea9dac86332c9e48c07269c7edc21dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 905b86ab24cc826e518837060da982e4ea64a988dc677c0c83aec991ec1329b8 [INFO] running `Command { std: "docker" "start" "-a" "905b86ab24cc826e518837060da982e4ea64a988dc677c0c83aec991ec1329b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "905b86ab24cc826e518837060da982e4ea64a988dc677c0c83aec991ec1329b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "905b86ab24cc826e518837060da982e4ea64a988dc677c0c83aec991ec1329b8", kill_on_drop: false }` [INFO] [stdout] 905b86ab24cc826e518837060da982e4ea64a988dc677c0c83aec991ec1329b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+cb4bf0ee9ea9dac86332c9e48c07269c7edc21dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc55063ea8724f78fdcbf7aa4f971de03712d3caa9eb7fa593630ebef549f567 [INFO] running `Command { std: "docker" "start" "-a" "fc55063ea8724f78fdcbf7aa4f971de03712d3caa9eb7fa593630ebef549f567", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking socket2 v0.5.6 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling multer v3.0.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling async-trait v0.1.79 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking static_assertions_next v1.1.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Checking async-stream v0.3.5 [INFO] [stderr] Compiling strum_macros v0.26.2 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling pest v2.7.8 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling strum v0.26.2 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking tracing-serde v0.1.3 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking query_map v0.7.0 [INFO] [stderr] Checking serde_path_to_error v0.1.16 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking async-graphql-value v7.0.3 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking http-serde v2.0.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking http-body-util v0.1.1 [INFO] [stderr] Checking aws_lambda_events v0.15.0 [INFO] [stderr] Checking async-graphql-parser v7.0.3 [INFO] [stdout] error[E0515]: cannot return value referencing temporary value [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/async-graphql-parser-7.0.3/src/types/executable.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | / self.default_value.as_ref().map(|value| &value.node).or({ [INFO] [stdout] 128 | | if self.var_type.node.nullable { [INFO] [stdout] 129 | | Some(&ConstValue::Null) [INFO] [stdout] | | ---------------- temporary value created here [INFO] [stdout] 130 | | } else { [INFO] [stdout] 131 | | None [INFO] [stdout] 132 | | } [INFO] [stdout] 133 | | }) [INFO] [stdout] | |__________^ returns a value referencing data owned by the current function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0515`. [INFO] [stdout] [INFO] [stderr] error: could not compile `async-graphql-parser` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0515]: cannot return value referencing temporary value [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/async-graphql-parser-7.0.3/src/types/executable.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | / self.default_value.as_ref().map(|value| &value.node).or({ [INFO] [stdout] 128 | | if self.var_type.node.nullable { [INFO] [stdout] 129 | | Some(&ConstValue::Null) [INFO] [stdout] | | ---------------- temporary value created here [INFO] [stdout] 130 | | } else { [INFO] [stdout] 131 | | None [INFO] [stdout] 132 | | } [INFO] [stdout] 133 | | }) [INFO] [stdout] | |__________^ returns a value referencing data owned by the current function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0515`. [INFO] [stdout] [INFO] [stderr] error: could not compile `async-graphql-parser` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "fc55063ea8724f78fdcbf7aa4f971de03712d3caa9eb7fa593630ebef549f567", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc55063ea8724f78fdcbf7aa4f971de03712d3caa9eb7fa593630ebef549f567", kill_on_drop: false }` [INFO] [stdout] fc55063ea8724f78fdcbf7aa4f971de03712d3caa9eb7fa593630ebef549f567