[INFO] cloning repository https://github.com/brunoczim/theworldfromthestars [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brunoczim/theworldfromthestars" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunoczim%2Ftheworldfromthestars", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunoczim%2Ftheworldfromthestars'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e79162521fd9e7e52ed993860e8a291765613b0 [INFO] checking brunoczim/theworldfromthestars against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunoczim%2Ftheworldfromthestars" "/workspace/builds/worker-37/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-37/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/brunoczim/theworldfromthestars on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/brunoczim/theworldfromthestars [INFO] finished tweaking git repo https://github.com/brunoczim/theworldfromthestars [INFO] tweaked toml for git repo https://github.com/brunoczim/theworldfromthestars written to /workspace/builds/worker-37/source/Cargo.toml [INFO] crate git repo https://github.com/brunoczim/theworldfromthestars already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 779a6d13563d8a31a774591926d4584ef93d6b780397ba661d8c5a594ccd4405 [INFO] running `Command { std: "docker" "start" "-a" "779a6d13563d8a31a774591926d4584ef93d6b780397ba661d8c5a594ccd4405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "779a6d13563d8a31a774591926d4584ef93d6b780397ba661d8c5a594ccd4405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "779a6d13563d8a31a774591926d4584ef93d6b780397ba661d8c5a594ccd4405", kill_on_drop: false }` [INFO] [stdout] 779a6d13563d8a31a774591926d4584ef93d6b780397ba661d8c5a594ccd4405 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9a173a60a451a9b1ac60181e9c8b59d0c398f84eda911f4d23de43c32025c2d [INFO] running `Command { std: "docker" "start" "-a" "e9a173a60a451a9b1ac60181e9c8b59d0c398f84eda911f4d23de43c32025c2d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking wfts v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Checking thiserror v1.0.19 [INFO] [stderr] Checking wfts-pedia-ssg v0.1.0 (/opt/rustwide/workdir/wfts-pedia-ssg) [INFO] [stderr] Checking wfts-lang v0.1.0 (/opt/rustwide/workdir/wfts-lang) [INFO] [stdout] warning: unused import: `Obstruent` [INFO] [stdout] --> wfts-lang/src/proto_divine/grammar/conjunction.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | phonology::{Obstruent, Sonorant, Vowel, Word}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Obstruent` [INFO] [stdout] --> wfts-lang/src/proto_divine/grammar/verb.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | phonology::{Obstruent, Sonorant, Vowel, Word}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Obstruent` [INFO] [stdout] --> wfts-lang/src/proto_divine/grammar/conjunction.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | phonology::{Obstruent, Sonorant, Vowel, Word}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Obstruent` [INFO] [stdout] --> wfts-lang/src/proto_divine/grammar/verb.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | phonology::{Obstruent, Sonorant, Vowel, Word}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `narrow_pronunc` found for struct `Word` in the current scope [INFO] [stdout] --> wfts-lang/src/proto_divine/test.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | assert_eq!(expected, word.narrow_pronunc()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Word` [INFO] [stdout] | [INFO] [stdout] ::: wfts-lang/src/proto_divine/phonology.rs:794:1 [INFO] [stdout] | [INFO] [stdout] 794 | pub struct Word { [INFO] [stdout] | --------------- method `narrow_pronunc` not found for this [INFO] [stdout] | [INFO] [stdout] ::: wfts-lang/src/fmt.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | fn narrow_pronunc(&self) -> Variation; [INFO] [stdout] | -------------- the method is available for `Word` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use crate::fmt::NarrowPronunc;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `narrow_pronunc` found for struct `Word` in the current scope [INFO] [stdout] --> wfts-lang/src/proto_divine/test.rs:71:31 [INFO] [stdout] | [INFO] [stdout] 71 | assert_eq!(expected, word.narrow_pronunc()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Word` [INFO] [stdout] | [INFO] [stdout] ::: wfts-lang/src/proto_divine/phonology.rs:794:1 [INFO] [stdout] | [INFO] [stdout] 794 | pub struct Word { [INFO] [stdout] | --------------- method `narrow_pronunc` not found for this [INFO] [stdout] | [INFO] [stdout] ::: wfts-lang/src/fmt.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | fn narrow_pronunc(&self) -> Variation; [INFO] [stdout] | -------------- the method is available for `Word` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use crate::fmt::NarrowPronunc;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wfts-lang` due to 3 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e9a173a60a451a9b1ac60181e9c8b59d0c398f84eda911f4d23de43c32025c2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9a173a60a451a9b1ac60181e9c8b59d0c398f84eda911f4d23de43c32025c2d", kill_on_drop: false }` [INFO] [stdout] e9a173a60a451a9b1ac60181e9c8b59d0c398f84eda911f4d23de43c32025c2d