[INFO] updating cached repository https://github.com/snowmantw/risp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing snowmantw/risp against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnowmantw%2Frisp" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snowmantw/risp on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/snowmantw/risp already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 037a235e7dc9d3d7307a6015a8e4f8a879135ddcde59c13ff4676290d2b460f6 [INFO] running `"docker" "start" "-a" "037a235e7dc9d3d7307a6015a8e4f8a879135ddcde59c13ff4676290d2b460f6"` [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 atty v0.2.13 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling nodes v0.1.0 [INFO] [stderr] Compiling 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[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: Could not compile `risp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "037a235e7dc9d3d7307a6015a8e4f8a879135ddcde59c13ff4676290d2b460f6"` [INFO] running `"docker" "rm" "-f" "037a235e7dc9d3d7307a6015a8e4f8a879135ddcde59c13ff4676290d2b460f6"` [INFO] [stdout] 037a235e7dc9d3d7307a6015a8e4f8a879135ddcde59c13ff4676290d2b460f6