[INFO] updating cached repository https://github.com/snowmantw/risp
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 706812c5aad9927836a02937e3e581da778ba4de
[INFO] checking snowmantw/risp against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnowmantw%2Frisp" "/workspace/builds/worker-10/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/snowmantw/risp on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-10/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-10/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 25bfebb47dc7011da0048dcd04d995151e10d5fb071176391d1ff6e6a9e24bc9
[INFO] running `"docker" "start" "-a" "25bfebb47dc7011da0048dcd04d995151e10d5fb071176391d1ff6e6a9e24bc9"`
[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 libc v0.2.68
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking ucd-util v0.1.8
[INFO] [stderr]     Checking utf8-ranges v1.0.4
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking nom v3.2.1
[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[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: 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: 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" "25bfebb47dc7011da0048dcd04d995151e10d5fb071176391d1ff6e6a9e24bc9"`
[INFO] running `"docker" "rm" "-f" "25bfebb47dc7011da0048dcd04d995151e10d5fb071176391d1ff6e6a9e24bc9"`
[INFO] [stdout] 25bfebb47dc7011da0048dcd04d995151e10d5fb071176391d1ff6e6a9e24bc9
