[INFO] fetching crate microprofile 0.2.1... [INFO] testing microprofile-0.2.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate microprofile 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate microprofile 0.2.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 238c3962d47db59fd3826bf101b65ff9cc030e5bfe80fe0571aa113b1398b5c5 [INFO] running `"docker" "start" "-a" "238c3962d47db59fd3826bf101b65ff9cc030e5bfe80fe0571aa113b1398b5c5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling microprofile v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileInit()': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1366:26: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfile' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1366 | memset(&S, 0, sizeof(S)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:704:8: note: 'struct MicroProfile' declared here [INFO] [stderr] warning: 704 | struct MicroProfile [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'MicroProfileThreadLog* MicroProfileCreateThreadLog(const char*)': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1657:32: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1657 | memset(pLog, 0, sizeof(*pLog)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here [INFO] [stderr] warning: 500 | struct MicroProfileThreadLog [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileLogReset(MicroProfileThreadLog*)': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1825:31: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1825 | memset(pLog, 0, sizeof(*pLog)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here [INFO] [stderr] warning: 500 | struct MicroProfileThreadLog [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileSymbolFreeDataInternal()': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:9894:57: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileSymbolModule' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 9894 | memset(&S.SymbolModules[0], 0, sizeof(S.SymbolModules)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:682:8: note: 'struct MicroProfileSymbolModule' declared here [INFO] [stderr] warning: 682 | struct MicroProfileSymbolModule [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~ [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:1965:98: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] [INFO] [stderr] warning: 1965 | 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/microprofile.cpp:1965:10: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 63 [INFO] [stderr] warning: 1965 | 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: 596 | } else if (effOpSz == Decode64Bits) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:603:3: note: here [INFO] [stderr] warning: 603 | 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: 714 | } else ps->usedPrefixes |= INST_PRE_OP_SIZE; [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:716:3: note: here [INFO] [stderr] warning: 716 | 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: 933 | vrex &= ~PREFIX_EX_W; [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:934:3: note: here [INFO] [stderr] warning: 934 | 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: 1005 | op->size = 8; [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:1007:3: note: here [INFO] [stderr] warning: 1007 | case OT_MOFFS_FULL: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.81s [INFO] running `"docker" "inspect" "238c3962d47db59fd3826bf101b65ff9cc030e5bfe80fe0571aa113b1398b5c5"` [INFO] running `"docker" "rm" "-f" "238c3962d47db59fd3826bf101b65ff9cc030e5bfe80fe0571aa113b1398b5c5"` [INFO] [stdout] 238c3962d47db59fd3826bf101b65ff9cc030e5bfe80fe0571aa113b1398b5c5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ad3e8b97a2a83a62ec41713c783ad4f6580dbc05c3557224948cb0c670b7dbf1 [INFO] running `"docker" "start" "-a" "ad3e8b97a2a83a62ec41713c783ad4f6580dbc05c3557224948cb0c670b7dbf1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileInit()': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1366:26: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfile' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1366 | memset(&S, 0, sizeof(S)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:704:8: note: 'struct MicroProfile' declared here [INFO] [stderr] warning: 704 | struct MicroProfile [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'MicroProfileThreadLog* MicroProfileCreateThreadLog(const char*)': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1657:32: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1657 | memset(pLog, 0, sizeof(*pLog)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here [INFO] [stderr] warning: 500 | struct MicroProfileThreadLog [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileLogReset(MicroProfileThreadLog*)': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1825:31: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1825 | memset(pLog, 0, sizeof(*pLog)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here [INFO] [stderr] warning: 500 | struct MicroProfileThreadLog [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileSymbolFreeDataInternal()': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:9894:57: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileSymbolModule' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 9894 | memset(&S.SymbolModules[0], 0, sizeof(S.SymbolModules)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:682:8: note: 'struct MicroProfileSymbolModule' declared here [INFO] [stderr] warning: 682 | struct MicroProfileSymbolModule [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~ [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:1965:98: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] [INFO] [stderr] warning: 1965 | 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/microprofile.cpp:1965:10: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 63 [INFO] [stderr] warning: 1965 | 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: 596 | } else if (effOpSz == Decode64Bits) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:603:3: note: here [INFO] [stderr] warning: 603 | 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: 714 | } else ps->usedPrefixes |= INST_PRE_OP_SIZE; [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:716:3: note: here [INFO] [stderr] warning: 716 | 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: 933 | vrex &= ~PREFIX_EX_W; [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:934:3: note: here [INFO] [stderr] warning: 934 | 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: 1005 | op->size = 8; [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:1007:3: note: here [INFO] [stderr] warning: 1007 | case OT_MOFFS_FULL: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Compiling microprofile v0.2.1 (/opt/rustwide/workdir) [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] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `"docker" "inspect" "ad3e8b97a2a83a62ec41713c783ad4f6580dbc05c3557224948cb0c670b7dbf1"` [INFO] running `"docker" "rm" "-f" "ad3e8b97a2a83a62ec41713c783ad4f6580dbc05c3557224948cb0c670b7dbf1"` [INFO] [stdout] ad3e8b97a2a83a62ec41713c783ad4f6580dbc05c3557224948cb0c670b7dbf1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7a41dd47cc035345b1a5177c3cf14adf2ac672a78088b37a16c158f0b71877a8 [INFO] running `"docker" "start" "-a" "7a41dd47cc035345b1a5177c3cf14adf2ac672a78088b37a16c158f0b71877a8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileInit()': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1366:26: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfile' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1366 | memset(&S, 0, sizeof(S)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:704:8: note: 'struct MicroProfile' declared here [INFO] [stderr] warning: 704 | struct MicroProfile [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'MicroProfileThreadLog* MicroProfileCreateThreadLog(const char*)': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1657:32: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1657 | memset(pLog, 0, sizeof(*pLog)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here [INFO] [stderr] warning: 500 | struct MicroProfileThreadLog [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileLogReset(MicroProfileThreadLog*)': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:1825:31: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1825 | memset(pLog, 0, sizeof(*pLog)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here [INFO] [stderr] warning: 500 | struct MicroProfileThreadLog [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/microprofile/microprofile.cpp: In function 'void MicroProfileSymbolFreeDataInternal()': [INFO] [stderr] warning: src/microprofile/microprofile.cpp:9894:57: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileSymbolModule' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 9894 | memset(&S.SymbolModules[0], 0, sizeof(S.SymbolModules)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/microprofile.cpp:682:8: note: 'struct MicroProfileSymbolModule' declared here [INFO] [stderr] warning: 682 | struct MicroProfileSymbolModule [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~ [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:1965:98: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] [INFO] [stderr] warning: 1965 | 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/microprofile.cpp:1965:10: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 63 [INFO] [stderr] warning: 1965 | 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: 596 | } else if (effOpSz == Decode64Bits) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:603:3: note: here [INFO] [stderr] warning: 603 | 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: 714 | } else ps->usedPrefixes |= INST_PRE_OP_SIZE; [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:716:3: note: here [INFO] [stderr] warning: 716 | 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: 933 | vrex &= ~PREFIX_EX_W; [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:934:3: note: here [INFO] [stderr] warning: 934 | 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: 1005 | op->size = 8; [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: src/microprofile/distorm/src/operands.c:1007:3: note: here [INFO] [stderr] warning: 1007 | 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] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/microprofile-a6ac2ea7b367d13d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::basic ... ok [INFO] [stderr] Doc-tests microprofile [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7a41dd47cc035345b1a5177c3cf14adf2ac672a78088b37a16c158f0b71877a8"` [INFO] running `"docker" "rm" "-f" "7a41dd47cc035345b1a5177c3cf14adf2ac672a78088b37a16c158f0b71877a8"` [INFO] [stdout] 7a41dd47cc035345b1a5177c3cf14adf2ac672a78088b37a16c158f0b71877a8