[INFO] cloning repository https://github.com/matzemathics/lisp-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matzemathics/lisp-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatzemathics%2Flisp-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatzemathics%2Flisp-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 93c313162b2523cc89c0d2da5fb3f3930200b555 [INFO] testing matzemathics/lisp-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatzemathics%2Flisp-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matzemathics/lisp-rs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matzemathics/lisp-rs [INFO] finished tweaking git repo https://github.com/matzemathics/lisp-rs [INFO] tweaked toml for git repo https://github.com/matzemathics/lisp-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/matzemathics/lisp-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7557839caa7774fb2152d595d097255b89dbe4e523fd13217d65aed473b9a23 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a7557839caa7774fb2152d595d097255b89dbe4e523fd13217d65aed473b9a23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7557839caa7774fb2152d595d097255b89dbe4e523fd13217d65aed473b9a23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7557839caa7774fb2152d595d097255b89dbe4e523fd13217d65aed473b9a23", kill_on_drop: false }` [INFO] [stdout] a7557839caa7774fb2152d595d097255b89dbe4e523fd13217d65aed473b9a23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ca09a1985113f037c1fd46b366629892a4c74982f7a3b6645f303dbe32fc65e3 [INFO] running `Command { std: "docker" "start" "-a" "ca09a1985113f037c1fd46b366629892a4c74982f7a3b6645f303dbe32fc65e3", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.25s [INFO] running `Command { std: "docker" "inspect" "ca09a1985113f037c1fd46b366629892a4c74982f7a3b6645f303dbe32fc65e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca09a1985113f037c1fd46b366629892a4c74982f7a3b6645f303dbe32fc65e3", kill_on_drop: false }` [INFO] [stdout] ca09a1985113f037c1fd46b366629892a4c74982f7a3b6645f303dbe32fc65e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 15b586bb73afc842fa07b69691620c59c8bbaf7dedc7c1e3175e642e38619af1 [INFO] running `Command { std: "docker" "start" "-a" "15b586bb73afc842fa07b69691620c59c8bbaf7dedc7c1e3175e642e38619af1", kill_on_drop: false }` [INFO] [stderr] Compiling lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `ConversionError` in this scope [INFO] [stdout] --> src/injective.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | type Error = ConversionError<$V, $T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 80 | injective_from_pattern!(f64 => MyType, MyType::Number); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `injective_from_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 72 | use crate::injective::ConversionError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ConversionError` in this scope [INFO] [stdout] --> src/injective.rs:41:46 [INFO] [stdout] | [INFO] [stdout] 41 | fn try_from(x: $V) -> Result<$T, ConversionError<$V, $T>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 80 | injective_from_pattern!(f64 => MyType, MyType::Number); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `injective_from_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 72 | use crate::injective::ConversionError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConversionError` [INFO] [stdout] --> src/injective.rs:44:34 [INFO] [stdout] | [INFO] [stdout] 44 | other => Err(ConversionError::from(other)), [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 80 | injective_from_pattern!(f64 => MyType, MyType::Number); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `injective_from_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 72 | use crate::injective::ConversionError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConversionError` [INFO] [stdout] --> src/injective.rs:89:57 [INFO] [stdout] | [INFO] [stdout] 89 | assert_eq!(f64::try_from(MyType::NoNumber), Err(ConversionError::from(MyType::NoNumber))); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 72 | use crate::injective::ConversionError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `>::Error == _` [INFO] [stdout] --> src/injective.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | type Error = ConversionError<$V, $T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot satisfy `>::Error == _` [INFO] [stdout] ... [INFO] [stdout] 80 | injective_from_pattern!(f64 => MyType, MyType::Number); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `injective_from_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `try_from` found for type `f64` in the current scope [INFO] [stdout] --> src/injective.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | assert_eq!(f64::try_from(MyType::NoNumber), Err(ConversionError::from(MyType::NoNumber))); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `f64` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 72 | use std::convert::TryFrom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `try_from` found for type `f64` in the current scope [INFO] [stdout] --> src/injective.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | assert_eq!(f64::try_from(MyType::Number(2.)), Ok(2.)); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `f64` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 72 | use std::convert::TryFrom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0284, E0412, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lisp` due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "15b586bb73afc842fa07b69691620c59c8bbaf7dedc7c1e3175e642e38619af1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b586bb73afc842fa07b69691620c59c8bbaf7dedc7c1e3175e642e38619af1", kill_on_drop: false }` [INFO] [stdout] 15b586bb73afc842fa07b69691620c59c8bbaf7dedc7c1e3175e642e38619af1