[INFO] cloning repository https://github.com/courajs/refdb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/courajs/refdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcourajs%2Frefdb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcourajs%2Frefdb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 43dca947bd165aaa41dff2d6c117e3d94ede47a6 [INFO] checking courajs/refdb against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcourajs%2Frefdb" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/courajs/refdb on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/courajs/refdb [INFO] finished tweaking git repo https://github.com/courajs/refdb [INFO] tweaked toml for git repo https://github.com/courajs/refdb written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/courajs/refdb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c027e418e6887a90a1aa1fab951120baf23ac56e47a5cbaf4bd6efee86093ea [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" "3c027e418e6887a90a1aa1fab951120baf23ac56e47a5cbaf4bd6efee86093ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c027e418e6887a90a1aa1fab951120baf23ac56e47a5cbaf4bd6efee86093ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c027e418e6887a90a1aa1fab951120baf23ac56e47a5cbaf4bd6efee86093ea", kill_on_drop: false }` [INFO] [stdout] 3c027e418e6887a90a1aa1fab951120baf23ac56e47a5cbaf4bd6efee86093ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f157ac0ea967f7362c84bf9dc1983f5a05e8794ceba333a71d7aa16889d7380a [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" "f157ac0ea967f7362c84bf9dc1983f5a05e8794ceba333a71d7aa16889d7380a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Compiling pretty-sure v0.1.1 [INFO] [stderr] Checking hex v0.4.0 [INFO] [stderr] Checking rhai v0.9.1 (/opt/rustwide/workdir/rhai) [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/engine.rs:77:56 [INFO] [stdout] | [INFO] [stdout] 77 | EvalAltResult::ErrorParseError(ref p) => p.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/engine.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | write!(f, "{}: {}", self.description(), s) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/engine.rs:114:50 [INFO] [stdout] | [INFO] [stdout] 114 | write!(f, "{}: {} < 0", self.description(), index) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/engine.rs:117:42 [INFO] [stdout] | [INFO] [stdout] 117 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/engine.rs:120:55 [INFO] [stdout] | [INFO] [stdout] 120 | write!(f, "{} (max {}): {}", self.description(), max - 1, index) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/engine.rs:122:44 [INFO] [stdout] | [INFO] [stdout] 122 | err => write!(f, "{}", err.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling bincode v1.2.0 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking unicode-normalization v0.1.9 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling lmdb-rkv-sys v0.9.6 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking lmdb-rkv v0.12.3 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/parser.rs:34:39 [INFO] [stdout] | [INFO] [stdout] 34 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/parser.rs:102:53 [INFO] [stdout] | [INFO] [stdout] 102 | Token::None => write!(f, "{}", self.description())?, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/parser.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> rhai/src/parser.rs:110:39 [INFO] [stdout] | [INFO] [stdout] 110 | _ => write!(f, "{}", self.description())?, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking num v0.2.0 [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synstructure v0.12.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling bridged-group v0.1.0 (/opt/rustwide/workdir/bridged-group) [INFO] [stderr] Compiling hex-literal-impl v0.2.1 [INFO] [stderr] Compiling indoc-impl v0.3.4 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Checking indoc v0.3.4 [INFO] [stderr] Checking rkv v0.10.2 [INFO] [stderr] Checking rf0 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this file contains an unclosed delimiter [INFO] [stdout] --> src/eval.rs:913:3 [INFO] [stdout] | [INFO] [stdout] 527 | fn resolve_function_def(def: &FunctionDef, r: &impl Resolver) -> Result { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 532 | fn typeref(&self, ty: &TypeReference) -> Result { [INFO] [stdout] | - this delimiter might not be properly closed... [INFO] [stdout] 533 | todo!() [INFO] [stdout] 534 | } [INFO] [stdout] | - ...as it matches this but it has different indentation [INFO] [stdout] ... [INFO] [stdout] 913 | } [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this file contains an unclosed delimiter [INFO] [stdout] --> src/eval.rs:913:3 [INFO] [stdout] | [INFO] [stdout] 527 | fn resolve_function_def(def: &FunctionDef, r: &impl Resolver) -> Result { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 532 | fn typeref(&self, ty: &TypeReference) -> Result { [INFO] [stdout] | - this delimiter might not be properly closed... [INFO] [stdout] 533 | todo!() [INFO] [stdout] 534 | } [INFO] [stdout] | - ...as it matches this but it has different indentation [INFO] [stdout] ... [INFO] [stdout] 913 | } [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `self` parameter is only allowed in associated functions [INFO] [stdout] --> src/eval.rs:532:16 [INFO] [stdout] | [INFO] [stdout] 532 | fn typeref(&self, ty: &TypeReference) -> Result { [INFO] [stdout] | ^^^^^ not semantically valid as function parameter [INFO] [stdout] | [INFO] [stdout] = note: associated functions are those in `impl` or `trait` definitions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `self` parameter is only allowed in associated functions [INFO] [stdout] --> src/eval.rs:532:16 [INFO] [stdout] | [INFO] [stdout] 532 | fn typeref(&self, ty: &TypeReference) -> Result { [INFO] [stdout] | ^^^^^ not semantically valid as function parameter [INFO] [stdout] | [INFO] [stdout] = note: associated functions are those in `impl` or `trait` definitions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing fields `inputs` and `out` in initializer of `func::FunctionSignature` [INFO] [stdout] --> src/eval.rs:528:15 [INFO] [stdout] | [INFO] [stdout] 528 | let sig = FunctionSignature { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ missing `inputs` and `out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing fields `inputs` and `out` in initializer of `func::FunctionSignature` [INFO] [stdout] --> src/eval.rs:528:15 [INFO] [stdout] | [INFO] [stdout] 528 | let sig = FunctionSignature { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ missing `inputs` and `out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/eval.rs:527:66 [INFO] [stdout] | [INFO] [stdout] 527 | fn resolve_function_def(def: &FunctionDef, r: &impl Resolver) -> Result { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/eval.rs:527:66 [INFO] [stdout] | [INFO] [stdout] 527 | fn resolve_function_def(def: &FunctionDef, r: &impl Resolver) -> Result { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0063, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rf0` [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0063, E0308. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f157ac0ea967f7362c84bf9dc1983f5a05e8794ceba333a71d7aa16889d7380a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f157ac0ea967f7362c84bf9dc1983f5a05e8794ceba333a71d7aa16889d7380a", kill_on_drop: false }` [INFO] [stdout] f157ac0ea967f7362c84bf9dc1983f5a05e8794ceba333a71d7aa16889d7380a