[INFO] crate freestanding-musl-malloc 1.0.0 is already in cache
[INFO] checking freestanding-musl-malloc-1.0.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate freestanding-musl-malloc 1.0.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate freestanding-musl-malloc 1.0.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate freestanding-musl-malloc 1.0.0
[INFO] finished tweaking crates.io crate freestanding-musl-malloc 1.0.0
[INFO] tweaked toml for crates.io crate freestanding-musl-malloc 1.0.0 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] 74e487b14846ffc16f4929220648e66cf13a07c4da25884dc48ec8e365754b61
[INFO] running `"docker" "start" "-a" "74e487b14846ffc16f4929220648e66cf13a07c4da25884dc48ec8e365754b61"`
[INFO] [stderr]    Compiling freestanding-musl-malloc v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build
[INFO] [stderr]  --> build.rs:4:17
[INFO] [stderr]   |
[INFO] [stderr] 4 |     let mut c = gcc::Config::new();
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]  --> build.rs:4:17
[INFO] [stderr]   |
[INFO] [stderr] 4 |     let mut c = gcc::Config::new();
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: malloc.c: In function 'lock':
[INFO] [stderr] warning: malloc.c:50:39: warning: unused parameter 'lk' [-Wunused-parameter]
[INFO] [stderr] warning:  static inline void lock(volatile int *lk)
[INFO] [stderr] warning:                                        ^~
[INFO] [stderr] warning: malloc.c: In function 'unlock':
[INFO] [stderr] warning: malloc.c:59:41: warning: unused parameter 'lk' [-Wunused-parameter]
[INFO] [stderr] warning:  static inline void unlock(volatile int *lk)
[INFO] [stderr] warning:                                          ^~
[INFO] [stderr] warning: malloc.c: In function 'adjust_size':
[INFO] [stderr] warning: malloc.c:195:11: warning: comparison is always false due to limited range of data type [-Wtype-limits]
[INFO] [stderr] warning:   if (*n-1 > PTRDIFF_MAX - SIZE_ALIGN - PAGE_SIZE) {
[INFO] [stderr] warning:            ^
[INFO] [stderr] warning: malloc.c: In function 'trim':
[INFO] [stderr] warning: malloc.c:297:19: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
[INFO] [stderr] warning:   split->csize = n1-n | C_INUSE;
[INFO] [stderr] warning:                  ~~^~
[INFO] [stderr] warning: malloc.c:298:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
[INFO] [stderr] warning:   next->psize = n1-n | C_INUSE;
[INFO] [stderr] warning:                 ~~^~
[INFO] [stderr] warning: malloc.c: In function 'malloc':
[INFO] [stderr] warning: malloc.c:312:41: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
[INFO] [stderr] warning:    size_t len = n + OVERHEAD + PAGE_SIZE - 1 & -PAGE_SIZE;
[INFO] [stderr] warning:                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
[INFO] [stderr] warning: malloc.c: In function 'free':
[INFO] [stderr] warning: malloc.c:477:44: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
[INFO] [stderr] warning:     if (new_size+size > RECLAIM && (new_size+size^size) > size)
[INFO] [stderr] warning:                                     ~~~~~~~~^~~~~
[INFO] [stderr] warning: malloc.c:484:44: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
[INFO] [stderr] warning:     if (new_size+size > RECLAIM && (new_size+size^size) > size)
[INFO] [stderr] warning:                                     ~~~~~~~~^~~~~
[INFO] [stderr] warning: malloc.c:504:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
[INFO] [stderr] warning:    uintptr_t a = (uintptr_t)self + SIZE_ALIGN+PAGE_SIZE-1 & -PAGE_SIZE;
[INFO] [stderr] warning:                  ^
[INFO] [stderr] warning: malloc.c:504:55: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
[INFO] [stderr] warning:    uintptr_t a = (uintptr_t)self + SIZE_ALIGN+PAGE_SIZE-1 & -PAGE_SIZE;
[INFO] [stderr] warning:                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr] warning: malloc.c:505:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
[INFO] [stderr] warning:    uintptr_t b = (uintptr_t)next - SIZE_ALIGN & -PAGE_SIZE;
[INFO] [stderr] warning:                  ^
[INFO] [stderr] warning: malloc.c:505:33: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
[INFO] [stderr] warning:    uintptr_t b = (uintptr_t)next - SIZE_ALIGN & -PAGE_SIZE;
[INFO] [stderr] warning:                                  ^
[INFO] [stderr] warning: malloc.c:507:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[INFO] [stderr] warning:    madvise((void *)a, b-a, MADV_DONTNEED);
[INFO] [stderr] warning:            ^
[INFO] [stderr] warning: expand_heap.c: In function '__expand_heap':
[INFO] [stderr] warning: expand_heap.c:17:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[INFO] [stderr] warning:   if (n > SIZE_MAX/2 - PAGE_SIZE) {
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: expand_heap.c:21:10: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
[INFO] [stderr] warning:   n += -n & PAGE_SIZE-1;
[INFO] [stderr] warning:           ^
[INFO] [stderr] warning: memalign.c: In function '__memalign':
[INFO] [stderr] warning: memalign.c:31:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
[INFO] [stderr] warning:   new = (void *)((uintptr_t)mem + align-1 & -align);
[INFO] [stderr] warning:                  ^
[INFO] [stderr] warning: memalign.c:31:39: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
[INFO] [stderr] warning:   new = (void *)((uintptr_t)mem + align-1 & -align);
[INFO] [stderr] warning:                  ~~~~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr] warning: memalign.c:31:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[INFO] [stderr] warning:   new = (void *)((uintptr_t)mem + align-1 & -align);
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: memalign.c:45:40: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
[INFO] [stderr] warning:   ((size_t *)mem)[-1] = (header&7) | new-mem;
[INFO] [stderr] warning:                                      ~~~^~~~
[INFO] [stderr] warning: memalign.c:46:40: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
[INFO] [stderr] warning:   ((size_t *)new)[-2] = (footer&7) | new-mem;
[INFO] [stderr] warning:                                      ~~~^~~~
[INFO] [stderr] warning: memalign.c:47:40: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
[INFO] [stderr] warning:   ((size_t *)new)[-1] = (header&7) | end-new;
[INFO] [stderr] warning:                                      ~~~^~~~
[INFO] [stderr] warning: memalign.c:48:40: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
[INFO] [stderr] warning:   ((size_t *)end)[-2] = (footer&7) | end-new;
[INFO] [stderr] warning:                                      ~~~^~~~
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.02s
[INFO] running `"docker" "inspect" "74e487b14846ffc16f4929220648e66cf13a07c4da25884dc48ec8e365754b61"`
[INFO] running `"docker" "rm" "-f" "74e487b14846ffc16f4929220648e66cf13a07c4da25884dc48ec8e365754b61"`
[INFO] [stdout] 74e487b14846ffc16f4929220648e66cf13a07c4da25884dc48ec8e365754b61
