[INFO] updating cached repository https://github.com/jkelleyrtp/rustux [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] d73c7734364875909ddff39d9bbf0da516648e82 [INFO] checking jkelleyrtp/rustux against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkelleyrtp%2Frustux" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jkelleyrtp/rustux 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/jkelleyrtp/rustux [INFO] finished tweaking git repo https://github.com/jkelleyrtp/rustux [INFO] tweaked toml for git repo https://github.com/jkelleyrtp/rustux written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/jkelleyrtp/rustux 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-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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5ea7b6de62e56dd23b23c710982dceae9f84ab9071579217e677079cd6d0e3fd [INFO] running `"docker" "start" "-a" "5ea7b6de62e56dd23b23c710982dceae9f84ab9071579217e677079cd6d0e3fd"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling base-x v0.2.5 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Compiling yew v0.7.0 [INFO] [stderr] Compiling stdweb v0.4.18 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling yew-macro v0.7.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Checking rustux v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected identifier, found keyword `fn` [INFO] [stderr] --> examples/apitest.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | fn apply( ) { [INFO] [stderr] | ^^ expected identifier, found keyword [INFO] [stderr] help: you can escape reserved keywords to use them as identifiers [INFO] [stderr] | [INFO] [stderr] 21 | r#fn apply( ) { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: expected `:`, found `apply` [INFO] [stderr] --> examples/apitest.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | fn apply( ) { [INFO] [stderr] | ^^^^^ expected `:` [INFO] [stderr] [INFO] [stderr] error: expected one of `(` or `<`, found `{` [INFO] [stderr] --> examples/othertest.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | fn homepage { self.router.set_view(Pages::Homepage) } [INFO] [stderr] | ^ expected one of `(` or `<` here [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `two_pages` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `examples/two_pages/main.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `rustux`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find attribute `Derive` in this scope [INFO] [stderr] --> examples/othertest.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | #[ Derive (Routeable = "///aasd")] [INFO] [stderr] | ^^^^^^ help: a built-in attribute with a similar name exists: `derive` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `RustuxGlobal` in this scope [INFO] [stderr] --> examples/othertest.rs:8:3 [INFO] [stderr] | [INFO] [stderr] 8 | #[RustuxGlobal] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> examples/othertest.rs:28:22 [INFO] [stderr] | [INFO] [stderr] 28 | fn homepage2() { self.router.set_view(Pages::Homepage) } [INFO] [stderr] | ^^^^ `self` value is a keyword only available in methods with `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `rustux`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `rustux`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5ea7b6de62e56dd23b23c710982dceae9f84ab9071579217e677079cd6d0e3fd"` [INFO] running `"docker" "rm" "-f" "5ea7b6de62e56dd23b23c710982dceae9f84ab9071579217e677079cd6d0e3fd"` [INFO] [stdout] 5ea7b6de62e56dd23b23c710982dceae9f84ab9071579217e677079cd6d0e3fd