[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 beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnowmantw%2Frisp" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snowmantw/risp on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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-7/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" "+beta-2019-09-28" "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 /big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 167da655c4c755fc2695980ea5f37720f2e3650f4e6b38f461de50b1b1a2e5a8 [INFO] running `"docker" "start" "-a" "167da655c4c755fc2695980ea5f37720f2e3650f4e6b38f461de50b1b1a2e5a8"` [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.62 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling time v0.1.42 [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" "167da655c4c755fc2695980ea5f37720f2e3650f4e6b38f461de50b1b1a2e5a8"` [INFO] running `"docker" "rm" "-f" "167da655c4c755fc2695980ea5f37720f2e3650f4e6b38f461de50b1b1a2e5a8"` [INFO] [stdout] 167da655c4c755fc2695980ea5f37720f2e3650f4e6b38f461de50b1b1a2e5a8