[INFO] crate microprofile 0.2.1 is already in cache
[INFO] checking microprofile-0.2.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate microprofile 0.2.1 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate microprofile 0.2.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate microprofile 0.2.1
[INFO] finished tweaking crates.io crate microprofile 0.2.1
[INFO] tweaked toml for crates.io crate microprofile 0.2.1 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] dbb5bfe6cf0e2f7e7ba1c6b5f3e92c2b8edd7bac8e2d2ce692938201e770e41e
[INFO] running `"docker" "start" "-a" "dbb5bfe6cf0e2f7e7ba1c6b5f3e92c2b8edd7bac8e2d2ce692938201e770e41e"`
[INFO] [stderr]    Compiling microprofile v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'MicroProfileToken MicroProfileGetToken(const char*, const char*, uint32_t, MicroProfileTokenType)':
[INFO] [stderr] warning: src/microprofile/microprofile.cpp:1941:19: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=]
[INFO] [stderr] warning:  MicroProfileToken MicroProfileGetToken(const char* pGroup, const char* pName, uint32_t nColor, MicroProfileTokenType Type)
[INFO] [stderr] warning:                    ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: src/microprofile/microprofile.cpp:1965:10: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 63
[INFO] [stderr] warning:   snprintf(&S.TimerInfo[nTimerIndex].pNameExt[0], sizeof(S.TimerInfo[nTimerIndex].pNameExt)-1, "%s %s", S.GroupInfo[nGroupIndex].pName, pName);
[INFO] [stderr] warning:   ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c: In function 'operands_extract':
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:596:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:     } else if (effOpSz == Decode64Bits) {
[INFO] [stderr] warning:               ^
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:603:3: note: here
[INFO] [stderr] warning:    case OT_RM16:
[INFO] [stderr] warning:    ^~~~
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:714:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:     } else ps->usedPrefixes |= INST_PRE_OP_SIZE;
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:716:3: note: here
[INFO] [stderr] warning:    case OT_IMM32:
[INFO] [stderr] warning:    ^~~~
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:933:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:     vrex &= ~PREFIX_EX_W;
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:934:3: note: here
[INFO] [stderr] warning:    case OT_ACC_FULL:
[INFO] [stderr] warning:    ^~~~
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:1005:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:     op->size = 8;
[INFO] [stderr] warning:     ~~~~~~~~~^~~
[INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:1007:3: note: here
[INFO] [stderr] warning:    case OT_MOFFS_FULL:
[INFO] [stderr] warning:    ^~~~
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^ help: remove this semicolon
[INFO] [stderr] ...
[INFO] [stderr] 299 |         crate::scope!("foo", "fisk");
[INFO] [stderr]     |         ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^ help: remove this semicolon
[INFO] [stderr] ...
[INFO] [stderr] 302 |             crate::scope!("foo", "bar", 0xff00ff00);
[INFO] [stderr]     |             ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^ help: remove this semicolon
[INFO] [stderr] ...
[INFO] [stderr] 303 |             crate::scope!("foo", "fest");
[INFO] [stderr]     |             ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^ help: remove this semicolon
[INFO] [stderr] ...
[INFO] [stderr] 306 |                 crate::scope!("foo", "baz");
[INFO] [stderr]     |                 ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.52s
[INFO] running `"docker" "inspect" "dbb5bfe6cf0e2f7e7ba1c6b5f3e92c2b8edd7bac8e2d2ce692938201e770e41e"`
[INFO] running `"docker" "rm" "-f" "dbb5bfe6cf0e2f7e7ba1c6b5f3e92c2b8edd7bac8e2d2ce692938201e770e41e"`
[INFO] [stdout] dbb5bfe6cf0e2f7e7ba1c6b5f3e92c2b8edd7bac8e2d2ce692938201e770e41e
