[INFO] cloning repository https://github.com/snowmantw/risp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snowmantw/risp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnowmantw%2Frisp"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnowmantw%2Frisp'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 706812c5aad9927836a02937e3e581da778ba4de [INFO] checking snowmantw/risp against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnowmantw%2Frisp" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snowmantw/risp on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/snowmantw/risp [INFO] removed path dependency nodes from git repo https://github.com/snowmantw/risp [INFO] finished tweaking git repo https://github.com/snowmantw/risp [INFO] tweaked toml for git repo https://github.com/snowmantw/risp written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/snowmantw/risp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (nodes) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (nodes) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nodes v0.1.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 31a6d5cd75e965f8d46dad70230301298dd73fa85057e5c1015b0765d48ce0f2 [INFO] running `"docker" "start" "-a" "31a6d5cd75e965f8d46dad70230301298dd73fa85057e5c1015b0765d48ce0f2"` [INFO] [stderr] warning: dependency (nodes) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking serde v1.0.106 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking nodes v0.1.0 [INFO] [stderr] Checking risp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `nodes::number` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use nodes::number; [INFO] [stderr] | ^^^^^^^^^^^^^ no `number` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nodes::list` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use nodes::list; [INFO] [stderr] | ^^^^^^^^^^^ no `list` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nodes::number` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use nodes::number; [INFO] [stderr] | ^^^^^^^^^^^^^ no `number` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nodes::list` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use nodes::list; [INFO] [stderr] | ^^^^^^^^^^^ no `list` in the root [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nodes::Node<'_, '_>` has no field named `text` [INFO] [stderr] --> src/main.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | text: str_ch.to_string() [INFO] [stderr] | ^^^^ `nodes::Node<'_, '_>` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nodes::Node<'_, '_>` has no field named `text` [INFO] [stderr] --> src/main.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | text: str_ch.to_string() [INFO] [stderr] | ^^^^ `nodes::Node<'_, '_>` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nodes::Node<'_, '_>` has no field named `text` [INFO] [stderr] --> src/main.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 60 | text: str_ch.to_string() [INFO] [stderr] | ^^^^ `nodes::Node<'_, '_>` does not have this field [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0560. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0560]: struct `nodes::Node<'_, '_>` has no field named `text` [INFO] [stderr] --> src/main.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | text: str_ch.to_string() [INFO] [stderr] | ^^^^ `nodes::Node<'_, '_>` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nodes::Node<'_, '_>` has no field named `text` [INFO] [stderr] --> src/main.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | text: str_ch.to_string() [INFO] [stderr] | ^^^^ `nodes::Node<'_, '_>` does not have this field [INFO] [stderr] [INFO] [stderr] error: could not compile `risp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0560]: struct `nodes::Node<'_, '_>` has no field named `text` [INFO] [stderr] --> src/main.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 60 | text: str_ch.to_string() [INFO] [stderr] | ^^^^ `nodes::Node<'_, '_>` does not have this field [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0560. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `risp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "31a6d5cd75e965f8d46dad70230301298dd73fa85057e5c1015b0765d48ce0f2"` [INFO] running `"docker" "rm" "-f" "31a6d5cd75e965f8d46dad70230301298dd73fa85057e5c1015b0765d48ce0f2"` [INFO] [stdout] 31a6d5cd75e965f8d46dad70230301298dd73fa85057e5c1015b0765d48ce0f2