[INFO] updating cached repository https://github.com/trolleyman/Equator [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] 83bbf0c22185aa3f2fbaf7039a85fd8c9c6a85a1 [INFO] checking trolleyman/Equator against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrolleyman%2FEquator" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/trolleyman/Equator on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/trolleyman/Equator [INFO] finished tweaking git repo https://github.com/trolleyman/Equator [INFO] tweaked toml for git repo https://github.com/trolleyman/Equator written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/trolleyman/Equator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f3e0a79244b95240c97f7555a1cb1834b9e06a772def861ed50db8a86d6e8665 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f3e0a79244b95240c97f7555a1cb1834b9e06a772def861ed50db8a86d6e8665"` [INFO] [stderr] Compiling gio v0.2.0 [INFO] [stderr] Compiling gdk v0.6.0 [INFO] [stderr] Compiling gtk v0.2.0 [INFO] [stderr] Checking ord_subset v1.2.0 [INFO] [stderr] Compiling gio-sys v0.4.0 [INFO] [stderr] Compiling gdk-sys v0.4.0 [INFO] [stderr] Compiling gtk-sys v0.4.0 [INFO] [stderr] Compiling decimal v1.0.1 [INFO] [stderr] Checking glib-sys v0.4.0 [INFO] [stderr] Checking cairo-sys-rs v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf v0.2.0 [INFO] [stderr] Checking gobject-sys v0.4.0 [INFO] [stderr] Checking glib v0.3.1 [INFO] [stderr] Checking pango-sys v0.4.0 [INFO] [stderr] Checking atk-sys v0.4.0 [INFO] [stderr] Checking pango v0.2.0 [INFO] [stderr] Checking cairo-rs v0.2.0 [INFO] [stderr] Checking equator v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(box_syntax, const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:611:22 [INFO] [stderr] | [INFO] [stderr] 611 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(3, 0)), Com::Num(Num::new(2, 0)), Com::Add, Com::Mul], Some(Num::new(25, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:611:48 [INFO] [stderr] | [INFO] [stderr] 611 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(3, 0)), Com::Num(Num::new(2, 0)), Com::Add, Com::Mul], Some(Num::new(25, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:611:74 [INFO] [stderr] | [INFO] [stderr] 611 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(3, 0)), Com::Num(Num::new(2, 0)), Com::Add, Com::Mul], Some(Num::new(25, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:611:117 [INFO] [stderr] | [INFO] [stderr] 611 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(3, 0)), Com::Num(Num::new(2, 0)), Com::Add, Com::Mul], Some(Num::new(25, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:612:22 [INFO] [stderr] | [INFO] [stderr] 612 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(10, 0)), Com::Div], Some(Num::new(5, -1))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:612:48 [INFO] [stderr] | [INFO] [stderr] 612 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(10, 0)), Com::Div], Some(Num::new(5, -1))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:612:82 [INFO] [stderr] | [INFO] [stderr] 612 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(10, 0)), Com::Div], Some(Num::new(5, -1))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:613:22 [INFO] [stderr] | [INFO] [stderr] 613 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(10, 0)), Com::Sub], Some(Num::new(-5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:613:48 [INFO] [stderr] | [INFO] [stderr] 613 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(10, 0)), Com::Sub], Some(Num::new(-5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:613:82 [INFO] [stderr] | [INFO] [stderr] 613 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(10, 0)), Com::Sub], Some(Num::new(-5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:614:22 [INFO] [stderr] | [INFO] [stderr] 614 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(2, 0)), Com::Pow], Some(Num::new(25, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:614:48 [INFO] [stderr] | [INFO] [stderr] 614 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(2, 0)), Com::Pow], Some(Num::new(25, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:614:81 [INFO] [stderr] | [INFO] [stderr] 614 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(2, 0)), Com::Pow], Some(Num::new(25, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:615:22 [INFO] [stderr] | [INFO] [stderr] 615 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(3, 0)), Com::Pow], Some(Num::new(5*5*5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:615:48 [INFO] [stderr] | [INFO] [stderr] 615 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(3, 0)), Com::Pow], Some(Num::new(5*5*5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:615:81 [INFO] [stderr] | [INFO] [stderr] 615 | test_one(&[Com::Num(Num::new(5, 0)), Com::Num(Num::new(3, 0)), Com::Pow], Some(Num::new(5*5*5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:616:22 [INFO] [stderr] | [INFO] [stderr] 616 | test_one(&[Com::Num(Num::new(25, 0)), Com::Func(FuncType::Sqrt)], Some(Num::new(5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Num` [INFO] [stderr] --> src/com.rs:616:73 [INFO] [stderr] | [INFO] [stderr] 616 | test_one(&[Com::Num(Num::new(25, 0)), Com::Func(FuncType::Sqrt)], Some(Num::new(5, 0))); [INFO] [stderr] | ^^^ use of undeclared type or module `Num` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Num` in this scope [INFO] [stderr] --> src/com.rs:594:49 [INFO] [stderr] | [INFO] [stderr] 594 | fn test_one(coms: &[Command], expected: Option) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `com::Command::Num`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 594 | fn test_one(coms: &[Command], expected: Option) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(box_syntax, const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `equator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `equator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f3e0a79244b95240c97f7555a1cb1834b9e06a772def861ed50db8a86d6e8665"` [INFO] running `"docker" "rm" "-f" "f3e0a79244b95240c97f7555a1cb1834b9e06a772def861ed50db8a86d6e8665"` [INFO] [stdout] f3e0a79244b95240c97f7555a1cb1834b9e06a772def861ed50db8a86d6e8665