[INFO] updating cached repository https://github.com/simultechnology/my-iron-gcd
[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] 5fc77ec3fe33532afc1fb0664cd3fe834dd50045
[INFO] checking simultechnology/my-iron-gcd against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimultechnology%2Fmy-iron-gcd" "/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/simultechnology/my-iron-gcd on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/simultechnology/my-iron-gcd
[INFO] finished tweaking git repo https://github.com/simultechnology/my-iron-gcd
[INFO] tweaked toml for git repo https://github.com/simultechnology/my-iron-gcd written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/simultechnology/my-iron-gcd already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] adb0c1e1d95561f6176613973e0802f8a5e5409b9732d7d7ddbcc840d9d2774f
[INFO] running `"docker" "start" "-a" "adb0c1e1d95561f6176613973e0802f8a5e5409b9732d7d7ddbcc840d9d2774f"`
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]     Checking safemem v0.3.2
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]     Checking route-recognizer v0.1.13
[INFO] [stderr]     Checking mime v0.3.14
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking mime v0.2.6
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]    Compiling mime_guess v1.8.7
[INFO] [stderr]     Checking iron v0.6.1
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking persistent v0.4.0
[INFO] [stderr]     Checking router v0.6.0
[INFO] [stderr]     Checking bodyparser v0.8.0
[INFO] [stderr]     Checking urlencoded v0.6.0
[INFO] [stderr]     Checking my-iron-gcd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0423]: expected value, found crate `router`
[INFO] [stderr]   --> src/main.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     router.get("/", get_form, "root");
[INFO] [stderr]    |     ^^^^^^----
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: use the path separator to refer to an item: `router::get`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `router::Router`
[INFO] [stderr]  --> src/main.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use router::Router;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::intrinsics::rotate_left`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::intrinsics::rotate_left;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::intrinsics::rotate_left;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0423, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0423`.
[INFO] [stderr] error: could not compile `my-iron-gcd`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0423]: expected value, found crate `router`
[INFO] [stderr]   --> src/main.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     router.get("/", get_form, "root");
[INFO] [stderr]    |     ^^^^^^----
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: use the path separator to refer to an item: `router::get`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `router::Router`
[INFO] [stderr]  --> src/main.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use router::Router;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::intrinsics::rotate_left`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::intrinsics::rotate_left;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::intrinsics::rotate_left;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0423, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0423`.
[INFO] [stderr] error: could not compile `my-iron-gcd`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "adb0c1e1d95561f6176613973e0802f8a5e5409b9732d7d7ddbcc840d9d2774f"`
[INFO] running `"docker" "rm" "-f" "adb0c1e1d95561f6176613973e0802f8a5e5409b9732d7d7ddbcc840d9d2774f"`
[INFO] [stdout] adb0c1e1d95561f6176613973e0802f8a5e5409b9732d7d7ddbcc840d9d2774f
