[INFO] updating cached repository https://github.com/keithnoguchi/rustmq
[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] [stderr] From https://github.com/keithnoguchi/rustmq
[INFO] [stderr]    8305a11..b850e74  master     -> master
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] b850e7446b4e197b3aaff2e316a7ac1a6bb844ec
[INFO] checking keithnoguchi/rustmq against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithnoguchi%2Frustmq" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/keithnoguchi/rustmq 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/keithnoguchi/rustmq
[INFO] finished tweaking git repo https://github.com/keithnoguchi/rustmq
[INFO] tweaked toml for git repo https://github.com/keithnoguchi/rustmq written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/keithnoguchi/rustmq already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] ad70f9065ac5addfd76bcd51cbdbb7c8ca2ed933f1e5aa2bbc05c40e17a90c71
[INFO] running `"docker" "start" "-a" "ad70f9065ac5addfd76bcd51cbdbb7c8ca2ed933f1e5aa2bbc05c40e17a90c71"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling serde v1.0.105
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling itoa v0.4.5
[INFO] [stderr]    Compiling static_assertions v0.3.4
[INFO] [stderr]    Compiling cookie-factory v0.3.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling proc-macro-nested v0.1.4
[INFO] [stderr]     Checking futures-sink v0.3.4
[INFO] [stderr]    Compiling nom v5.1.1
[INFO] [stderr]     Checking flatbuffers v0.6.1
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]     Checking futures-channel v0.3.4
[INFO] [stderr]     Checking mio v0.7.0
[INFO] [stderr]    Compiling lexical-core v0.6.2
[INFO] [stderr]     Checking tokio v0.2.13
[INFO] [stderr]     Checking amq-protocol-uri v5.1.0
[INFO] [stderr]     Checking pinky-swear v1.1.1
[INFO] [stderr]     Checking tcp-stream v0.10.1
[INFO] [stderr]     Checking amq-protocol-tcp v5.1.0
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.105
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling async-trait v0.1.26
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking serde_json v1.0.48
[INFO] [stderr]     Checking amq-protocol-types v5.1.0
[INFO] [stderr]    Compiling handlebars v3.0.1
[INFO] [stderr]    Compiling amq-protocol-codegen v5.1.0
[INFO] [stderr]    Compiling amq-protocol v5.1.0
[INFO] [stderr]    Compiling lapin v0.34.0
[INFO] [stderr]     Checking async-mq v1.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read examples/./schema/model_generated.rs: No such file or directory (os error 2)
[INFO] [stderr]    --> examples/mqctl.rs:423:5
[INFO] [stderr]     |
[INFO] [stderr] 423 |     include!("./schema/model_generated.rs");
[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 `async-mq`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ad70f9065ac5addfd76bcd51cbdbb7c8ca2ed933f1e5aa2bbc05c40e17a90c71"`
[INFO] running `"docker" "rm" "-f" "ad70f9065ac5addfd76bcd51cbdbb7c8ca2ed933f1e5aa2bbc05c40e17a90c71"`
[INFO] [stdout] ad70f9065ac5addfd76bcd51cbdbb7c8ca2ed933f1e5aa2bbc05c40e17a90c71
