[INFO] fetching crate sqlite-tiny 0.7.8...
[INFO] checking sqlite-tiny-0.7.8 against master#b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd for pr-155499
[INFO] extracting crate sqlite-tiny 0.7.8 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate sqlite-tiny 0.7.8
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sqlite-tiny 0.7.8
[INFO] tweaked toml for crates.io crate sqlite-tiny 0.7.8 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlite-tiny 0.7.8 on toolchain b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sqlite-tiny 0.7.8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ac15f2e8d98419b8a1805e6c8ab0b2b3ae558bc75461847e893d243a5a6787a5
[INFO] running `Command { std: "docker" "start" "-a" "ac15f2e8d98419b8a1805e6c8ab0b2b3ae558bc75461847e893d243a5a6787a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ac15f2e8d98419b8a1805e6c8ab0b2b3ae558bc75461847e893d243a5a6787a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac15f2e8d98419b8a1805e6c8ab0b2b3ae558bc75461847e893d243a5a6787a5", kill_on_drop: false }`
[INFO] [stdout] ac15f2e8d98419b8a1805e6c8ab0b2b3ae558bc75461847e893d243a5a6787a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 251d2fd284673c3f101bad858bcc22ea1527d63f1d4aa361e7cc73f7917f6fa0
[INFO] running `Command { std: "docker" "start" "-a" "251d2fd284673c3f101bad858bcc22ea1527d63f1d4aa361e7cc73f7917f6fa0", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling sqlite-tiny v0.7.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'soundexFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:135448:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 135448 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'ceilingFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136141:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136141 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math1Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136247:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136247 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math2Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136269:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136269 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'piFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136292:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136292 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'percentInverse':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136675:54: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136675 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                  ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'sqlite3_setlk_timeout':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:188939:63: warning: unused parameter 'flags' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 188939 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                           ~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'rtreeCallbackConstraint':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219322:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219322 |                 readCoord(pCellData+32, &c); aCoord[8] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219323:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219323 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219324:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219324 |                 readCoord(pCellData+24, &c); aCoord[6] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219325:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219325 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219326:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219326 |                 readCoord(pCellData+16, &c); aCoord[4] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219327:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219327 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219328:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219328 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219329:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219329 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219337:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219337 |                 readCoord(pCellData+32, &c); aCoord[8] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219338:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219338 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219339:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219339 |                 readCoord(pCellData+24, &c); aCoord[6] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219340:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219340 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219341:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219341 |                 readCoord(pCellData+16, &c); aCoord[4] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219342:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219342 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219343:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219343 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219344:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219344 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'cellArea':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220209:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220209 |       case 5:  area  = p->aCoord[9].f - p->aCoord[8].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220213:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220213 |       default: area *= p->aCoord[1].f - p->aCoord[0].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220219:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220219 |       case 5:  area  = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220223:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220223 |       default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "251d2fd284673c3f101bad858bcc22ea1527d63f1d4aa361e7cc73f7917f6fa0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "251d2fd284673c3f101bad858bcc22ea1527d63f1d4aa361e7cc73f7917f6fa0", kill_on_drop: false }`
[INFO] [stdout] 251d2fd284673c3f101bad858bcc22ea1527d63f1d4aa361e7cc73f7917f6fa0
