[INFO] crate lua51-sys 0.1.0 is already in cache
[INFO] checking lua51-sys-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate lua51-sys 0.1.0 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate lua51-sys 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate lua51-sys 0.1.0
[INFO] finished tweaking crates.io crate lua51-sys 0.1.0
[INFO] tweaked toml for crates.io crate lua51-sys 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 1aed7144c377850087b3f2e78c16d06ad5a83483c9276b5623e08b00b1c3f2c5
[INFO] running `"docker" "start" "-a" "1aed7144c377850087b3f2e78c16d06ad5a83483c9276b5623e08b00b1c3f2c5"`
[INFO] [stderr]    Compiling bindgen v0.39.0
[INFO] [stderr]    Compiling lua51-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lua/src/lauxlib.c: In function 'luaL_loadfile':
[INFO] [stderr] warning: lua/src/lauxlib.c:577:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
[INFO] [stderr] warning:     while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ;
[INFO] [stderr] warning:     ^~~~~
[INFO] [stderr] warning: lua/src/lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
[INFO] [stderr] warning:      lf.extraline = 0;
[INFO] [stderr] warning:      ^~
[INFO] [stderr] warning: lua/src/ldebug.c: In function 'symbexec':
[INFO] [stderr] warning: lua/src/ldebug.c:268:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:  #define check(x)  if (!(x)) return 0;
[INFO] [stderr] warning:                       ^
[INFO] [stderr] warning: lua/src/ldebug.c:272:26: note: in expansion of macro 'check'
[INFO] [stderr] warning:  #define checkreg(pt,reg) check((reg) < (pt)->maxstacksize)
[INFO] [stderr] warning:                           ^~~~~
[INFO] [stderr] warning: lua/src/ldebug.c:414:9: note: in expansion of macro 'checkreg'
[INFO] [stderr] warning:          checkreg(pt, a+3);
[INFO] [stderr] warning:          ^~~~~~~~
[INFO] [stderr] warning: lua/src/ldebug.c:416:7: note: here
[INFO] [stderr] warning:        case OP_JMP: {
[INFO] [stderr] warning:        ^~~~
[INFO] [stderr] warning: lua/src/llex.c: In function 'llex':
[INFO] [stderr] warning: lua/src/llex.c:369:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:          else luaX_lexerror(ls, "invalid long string delimiter", TK_STRING);
[INFO] [stderr] warning:               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: lua/src/llex.c:371:7: note: here
[INFO] [stderr] warning:        case '=': {
[INFO] [stderr] warning:        ^~~~
[INFO] [stderr] warning: lua/src/ltable.c: In function 'luaH_get':
[INFO] [stderr] warning: lua/src/ltable.c:473:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:      case LUA_TNUMBER: {
[INFO] [stderr] warning:                        ^
[INFO] [stderr] warning: lua/src/ltable.c:481:5: note: here
[INFO] [stderr] warning:      default: {
[INFO] [stderr] warning:      ^~~~~~~
[INFO] [stderr] warning: lua/src/ltablib.c: In function 'addfield':
[INFO] [stderr] warning: lua/src/ltablib.c:137:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
[INFO] [stderr] warning:    if (!lua_isstring(L, -1))
[INFO] [stderr] warning:    ^~
[INFO] [stderr] warning: lua/src/ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
[INFO] [stderr] warning:      luaL_addvalue(b);
[INFO] [stderr] warning:      ^~~~~~~~~~~~~
[INFO] [stderr] warning: lua/src/lua.c: In function 'collectargs':
[INFO] [stderr] warning: lua/src/lua.c:274:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:          *pi = 1;  /* go through */
[INFO] [stderr] warning:          ~~~~^~~
[INFO] [stderr] warning: lua/src/lua.c:275:7: note: here
[INFO] [stderr] warning:        case 'v':
[INFO] [stderr] warning:        ^~~~
[INFO] [stderr] warning: lua/src/lua.c:280:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:          *pe = 1;  /* go through */
[INFO] [stderr] warning:          ~~~~^~~
[INFO] [stderr] warning: lua/src/lua.c:281:7: note: here
[INFO] [stderr] warning:        case 'l':
[INFO] [stderr] warning:        ^~~~
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 20.48s
[INFO] running `"docker" "inspect" "1aed7144c377850087b3f2e78c16d06ad5a83483c9276b5623e08b00b1c3f2c5"`
[INFO] running `"docker" "rm" "-f" "1aed7144c377850087b3f2e78c16d06ad5a83483c9276b5623e08b00b1c3f2c5"`
[INFO] [stdout] 1aed7144c377850087b3f2e78c16d06ad5a83483c9276b5623e08b00b1c3f2c5
