[INFO] updating cached repository https://github.com/falconre/raptor [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] 7f8b3dbf968b479f711e6c4cc4d014eda2940ccc [INFO] checking falconre/raptor against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffalconre%2Fraptor" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/falconre/raptor on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/falconre/raptor [INFO] finished tweaking git repo https://github.com/falconre/raptor [INFO] tweaked toml for git repo https://github.com/falconre/raptor written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/falconre/raptor already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 6bc48d604f5aa246de38958e5188dd1cded6071ac7f95a9be361cffd86cb7cf7 [INFO] running `"docker" "start" "-a" "6bc48d604f5aa246de38958e5188dd1cded6071ac7f95a9be361cffd86cb7cf7"` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking z3-sys v0.3.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Checking goblin v0.0.23 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Compiling falcon_capstone v0.3.0 [INFO] [stderr] Checking falcon v0.4.6 [INFO] [stderr] Checking falcon-z3 v0.4.4 [INFO] [stderr] Checking falcon-raptor v0.4.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> lib/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 27 | | } [INFO] [stderr] ... | [INFO] [stderr] 63 | | } [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> lib/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 27 | | } [INFO] [stderr] ... | [INFO] [stderr] 63 | | } [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> lib/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 27 | | } [INFO] [stderr] ... | [INFO] [stderr] 63 | | } [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> lib/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 27 | | } [INFO] [stderr] ... | [INFO] [stderr] 63 | | } [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 36s [INFO] running `"docker" "inspect" "6bc48d604f5aa246de38958e5188dd1cded6071ac7f95a9be361cffd86cb7cf7"` [INFO] running `"docker" "rm" "-f" "6bc48d604f5aa246de38958e5188dd1cded6071ac7f95a9be361cffd86cb7cf7"` [INFO] [stdout] 6bc48d604f5aa246de38958e5188dd1cded6071ac7f95a9be361cffd86cb7cf7