[INFO] updating cached repository https://github.com/ltfschoen/RustTest
[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] d9c873d58adb9ea08704c3289029c00d613653f1
[INFO] checking ltfschoen/RustTest against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fltfschoen%2FRustTest" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ltfschoen/RustTest 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/ltfschoen/RustTest
[INFO] finished tweaking git repo https://github.com/ltfschoen/RustTest
[INFO] tweaked toml for git repo https://github.com/ltfschoen/RustTest written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/ltfschoen/RustTest 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] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /workspace/builds/worker-5/source/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/workspace/builds/worker-5/source/src/main.rs` was erroneously implicitly accepted for binary `hello`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 1230b10c2a9cfe66d53dca677c15606f04655ad0c74b126c2928c9461c246220
[INFO] running `"docker" "start" "-a" "1230b10c2a9cfe66d53dca677c15606f04655ad0c74b126c2928c9461c246220"`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /opt/rustwide/workdir/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/main.rs` was erroneously implicitly accepted for binary `hello`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Checking log v0.2.5
[INFO] [stderr]    Compiling gcc v0.3.1
[INFO] [stderr]     Checking libc v0.1.2
[INFO] [stderr]     Checking rustc-serialize v0.2.15
[INFO] [stderr] error: expected identifier, found `"std"`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.2/rust/src/liblibc/lib.rs:80:46
[INFO] [stderr]    |
[INFO] [stderr] 80 | #[cfg(feature = "cargo-build")] extern crate "std" as core;
[INFO] [stderr]    |                                              ^^^^^ expected identifier
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `libc`.
[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: invalid suffix `us` for integer literal
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3819:42
[INFO] [stderr]      |
[INFO] [stderr] 3819 |         tree_map.insert("a".to_string(), 1us);
[INFO] [stderr]      |                                          ^^^ invalid suffix `us`
[INFO] [stderr]      |
[INFO] [stderr]      = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3823:42
[INFO] [stderr]      |
[INFO] [stderr] 3823 |         hash_map.insert("a".to_string(), 1us);
[INFO] [stderr]      |                                          ^^^ invalid suffix `us`
[INFO] [stderr]      |
[INFO] [stderr]      = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `at_exit` in module `rt`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:9
[INFO] [stderr]     |
[INFO] [stderr] 535 |     rt::at_exit(|| {
[INFO] [stderr]     |         ^^^^^^^ not found in `rt`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rt': this public module should not exist and is highly likely to disappear
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:153:5
[INFO] [stderr]     |
[INFO] [stderr] 153 | use std::rt;
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: add `#![feature(rt)]` 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: E0425, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `log`.
[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[E0432]: unresolved import `std::path::AsPath`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.1/src/lib.rs:50:26
[INFO] [stderr]    |
[INFO] [stderr] 50 | use std::path::{PathBuf, AsPath};
[INFO] [stderr]    |                          ^^^^^^
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          no `AsPath` in `path`
[INFO] [stderr]    |                          help: a similar name exists in the module: `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `old_io` in `std`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.1/src/lib.rs:329:10
[INFO] [stderr]     |
[INFO] [stderr] 329 |     std::old_io::stdio::set_stderr(Box::new(std::old_io::util::NullWriter));
[INFO] [stderr]     |          ^^^^^^ could not find `old_io` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `old_io` in `std`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.1/src/lib.rs:329:50
[INFO] [stderr]     |
[INFO] [stderr] 329 |     std::old_io::stdio::set_stderr(Box::new(std::old_io::util::NullWriter));
[INFO] [stderr]     |                                                  ^^^^^^ could not find `old_io` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `set_exit_status` in module `env`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.1/src/lib.rs:328:10
[INFO] [stderr]     |
[INFO] [stderr] 328 |     env::set_exit_status(1);
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^ not found in `env`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `gcc`.
[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[E0463]: can't find crate for `unicode`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/lib.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | extern crate unicode;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not compile `rustc-serialize`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "1230b10c2a9cfe66d53dca677c15606f04655ad0c74b126c2928c9461c246220"`
[INFO] running `"docker" "rm" "-f" "1230b10c2a9cfe66d53dca677c15606f04655ad0c74b126c2928c9461c246220"`
[INFO] [stdout] 1230b10c2a9cfe66d53dca677c15606f04655ad0c74b126c2928c9461c246220
