[INFO] cloning repository https://github.com/itedya/plt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/itedya/plt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitedya%2Fplt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitedya%2Fplt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 753df5521b8304d5e3052d9cd8f794178f9f5b1d [INFO] checking itedya/plt against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitedya%2Fplt" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/itedya/plt [INFO] finished tweaking git repo https://github.com/itedya/plt [INFO] tweaked toml for git repo https://github.com/itedya/plt written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/itedya/plt on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/itedya/plt 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f3fba917e3f7546878c725d74bf86e31f1d2a7cc72ca249bd959af02af5d1e1 [INFO] running `Command { std: "docker" "start" "-a" "1f3fba917e3f7546878c725d74bf86e31f1d2a7cc72ca249bd959af02af5d1e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f3fba917e3f7546878c725d74bf86e31f1d2a7cc72ca249bd959af02af5d1e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f3fba917e3f7546878c725d74bf86e31f1d2a7cc72ca249bd959af02af5d1e1", kill_on_drop: false }` [INFO] [stdout] 1f3fba917e3f7546878c725d74bf86e31f1d2a7cc72ca249bd959af02af5d1e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41bb46c51606ba09592f5bdd8d7d1f88bf82ba6a5aa1dab3bde3a2df230c0cf4 [INFO] running `Command { std: "docker" "start" "-a" "41bb46c51606ba09592f5bdd8d7d1f88bf82ba6a5aa1dab3bde3a2df230c0cf4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Checking unicode-ident v1.0.13 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling prettyplease v0.2.25 [INFO] [stderr] Checking unicode-xid v0.2.6 [INFO] [stderr] Checking rustc_lexer v0.1.0 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking syn v2.0.87 [INFO] [stderr] Checking plt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no function or associated item named `check_if_rust_code_is_valid` found for struct `text_code_fsa::TextCodeFSA` in the current scope [INFO] [stdout] --> src/text_code_fsa.rs:314:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct TextCodeFSA { [INFO] [stdout] | ---------------------- function or associated item `check_if_rust_code_is_valid` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 314 | assert!(TextCodeFSA::check_if_rust_code_is_valid(" \"hello world\" ")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `text_code_fsa::TextCodeFSA` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_code_fsa::TextCodeFSA`, consider using `text_code_fsa::TextCodeFSA::new` which returns `text_code_fsa::TextCodeFSA` [INFO] [stdout] --> src/text_code_fsa.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn new() -> TextCodeFSA { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `check_if_rust_code_is_valid` found for struct `text_code_fsa::TextCodeFSA` in the current scope [INFO] [stdout] --> src/text_code_fsa.rs:315:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct TextCodeFSA { [INFO] [stdout] | ---------------------- function or associated item `check_if_rust_code_is_valid` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 315 | assert!(TextCodeFSA::check_if_rust_code_is_valid(" \"hello ?> world\" ")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `text_code_fsa::TextCodeFSA` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_code_fsa::TextCodeFSA`, consider using `text_code_fsa::TextCodeFSA::new` which returns `text_code_fsa::TextCodeFSA` [INFO] [stdout] --> src/text_code_fsa.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn new() -> TextCodeFSA { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `check_if_rust_code_is_valid` found for struct `text_code_fsa::TextCodeFSA` in the current scope [INFO] [stdout] --> src/text_code_fsa.rs:317:33 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct TextCodeFSA { [INFO] [stdout] | ---------------------- function or associated item `check_if_rust_code_is_valid` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 317 | assert_eq!(TextCodeFSA::check_if_rust_code_is_valid(" \"hello ?"), false); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `text_code_fsa::TextCodeFSA` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_code_fsa::TextCodeFSA`, consider using `text_code_fsa::TextCodeFSA::new` which returns `text_code_fsa::TextCodeFSA` [INFO] [stdout] --> src/text_code_fsa.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn new() -> TextCodeFSA { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `plt` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "41bb46c51606ba09592f5bdd8d7d1f88bf82ba6a5aa1dab3bde3a2df230c0cf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41bb46c51606ba09592f5bdd8d7d1f88bf82ba6a5aa1dab3bde3a2df230c0cf4", kill_on_drop: false }` [INFO] [stdout] 41bb46c51606ba09592f5bdd8d7d1f88bf82ba6a5aa1dab3bde3a2df230c0cf4