[INFO] updating cached repository https://github.com/shockham/ftbl_in
[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] d84bf7c0aa885055ce28b6621717450d13d0b330
[INFO] checking shockham/ftbl_in against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshockham%2Fftbl_in" "/workspace/builds/worker-13/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/shockham/ftbl_in on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/shockham/ftbl_in
[INFO] finished tweaking git repo https://github.com/shockham/ftbl_in
[INFO] tweaked toml for git repo https://github.com/shockham/ftbl_in written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/shockham/ftbl_in already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] edf1578af104ed0922f090482aa99aed3779bca699025aa526ec4514c672e285
[INFO] running `"docker" "start" "-a" "edf1578af104ed0922f090482aa99aed3779bca699025aa526ec4514c672e285"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking smallvec v1.2.0
[INFO] [stderr]    Compiling openssl v0.10.28
[INFO] [stderr]    Compiling native-tls v0.2.4
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking try_from v0.3.2
[INFO] [stderr]     Checking lock_api v0.3.3
[INFO] [stderr]    Compiling error-chain v0.12.2
[INFO] [stderr]    Compiling openssl-sys v0.9.54
[INFO] [stderr]     Checking miniz_oxide v0.3.6
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking unicode-normalization v0.1.12
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking flate2 v1.0.14
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-uds v0.2.6
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking url v2.1.1
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking publicsuffix v1.5.4
[INFO] [stderr]     Checking tungstenite v0.9.2
[INFO] [stderr]     Checking cookie v0.12.0
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking serde_json v1.0.50
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking toml v0.5.6
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking warp v0.1.22
[INFO] [stderr]     Checking reqwest v0.9.24
[INFO] [stderr]     Checking ftbl_in v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read src/../ftbl.toml: No such file or directory (os error 2)
[INFO] [stderr]  --> src/score.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 | const CONFIG: &str = include_str!("../ftbl.toml");
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/../ftbl.toml: No such file or directory (os error 2)
[INFO] [stderr]  --> src/score.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 | const CONFIG: &str = include_str!("../ftbl.toml");
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `ftbl_in`.
[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: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `ftbl_in`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "edf1578af104ed0922f090482aa99aed3779bca699025aa526ec4514c672e285"`
[INFO] running `"docker" "rm" "-f" "edf1578af104ed0922f090482aa99aed3779bca699025aa526ec4514c672e285"`
[INFO] [stdout] edf1578af104ed0922f090482aa99aed3779bca699025aa526ec4514c672e285
