[INFO] updating cached repository https://github.com/Ryan1729/aspect-aspic [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] 2acbc621a288b61e5568c3c1442a46fe891e3dc5 [INFO] checking Ryan1729/aspect-aspic against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyan1729%2Faspect-aspic" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ryan1729/aspect-aspic 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/Ryan1729/aspect-aspic [INFO] finished tweaking git repo https://github.com/Ryan1729/aspect-aspic [INFO] tweaked toml for git repo https://github.com/Ryan1729/aspect-aspic written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Ryan1729/aspect-aspic 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] b93e0b272d24fb374fb8cad981b3763f6205a4c2898ec7a2b477e110d3b44a69 [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" "b93e0b272d24fb374fb8cad981b3763f6205a4c2898ec7a2b477e110d3b44a69"` [INFO] [stderr] Checking libc v0.2.39 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking lazy_static v1.0.0 [INFO] [stderr] Checking ucd-util v0.1.1 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Checking quick-error v1.2.1 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Checking dtoa v0.4.2 [INFO] [stderr] Checking serde v1.0.27 [INFO] [stderr] Checking num-traits v0.1.42 [INFO] [stderr] Checking itoa v0.3.4 [INFO] [stderr] Compiling stdweb v0.4.2 [INFO] [stderr] Checking termcolor v0.3.5 [INFO] [stderr] Checking futures v0.1.18 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking log v0.4.1 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking humantime v1.1.1 [INFO] [stderr] Checking regex-syntax v0.5.3 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking atty v0.2.8 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Checking env_logger v0.5.5 [INFO] [stderr] Checking quickcheck v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Checking serde_json v1.0.9 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Checking rust-wasm-template v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0468]: an `extern crate` loading macros must be at the crate root [INFO] [stderr] --> src/common/mod.rs:284:1 [INFO] [stderr] | [INFO] [stderr] 284 | extern crate quickcheck; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `is_index_on_board` in this scope [INFO] [stderr] --> src/common/mod.rs:292:33 [INFO] [stderr] | [INFO] [stderr] 292 | let expected = if is_index_on_board(i) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 288 | use common::is_index_on_board; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `xy_on_board` in this scope [INFO] [stderr] --> src/common/mod.rs:304:32 [INFO] [stderr] | [INFO] [stderr] 304 | let expected = if xy_on_board(x, y) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 288 | use common::xy_on_board; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0468. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rust-wasm-template`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b93e0b272d24fb374fb8cad981b3763f6205a4c2898ec7a2b477e110d3b44a69"` [INFO] running `"docker" "rm" "-f" "b93e0b272d24fb374fb8cad981b3763f6205a4c2898ec7a2b477e110d3b44a69"` [INFO] [stdout] b93e0b272d24fb374fb8cad981b3763f6205a4c2898ec7a2b477e110d3b44a69