[INFO] fetching crate sqlite-tiny 0.7.9...
[INFO] testing sqlite-tiny-0.7.9 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate sqlite-tiny 0.7.9 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate sqlite-tiny 0.7.9
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sqlite-tiny 0.7.9
[INFO] tweaked toml for crates.io crate sqlite-tiny 0.7.9 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlite-tiny 0.7.9 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sqlite-tiny 0.7.9 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9ba3a8fbdb125236c4284d845b25f97c3e548178acd718558936405e6ca50b5
[INFO] running `Command { std: "docker" "start" "-a" "e9ba3a8fbdb125236c4284d845b25f97c3e548178acd718558936405e6ca50b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9ba3a8fbdb125236c4284d845b25f97c3e548178acd718558936405e6ca50b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9ba3a8fbdb125236c4284d845b25f97c3e548178acd718558936405e6ca50b5", kill_on_drop: false }`
[INFO] [stdout] e9ba3a8fbdb125236c4284d845b25f97c3e548178acd718558936405e6ca50b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3ec7d0bee40efcfd334a83365061764b892636ce7d90a18efd328a896629659
[INFO] running `Command { std: "docker" "start" "-a" "a3ec7d0bee40efcfd334a83365061764b892636ce7d90a18efd328a896629659", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling sqlite-tiny v0.7.9 (/opt/rustwide/workdir)
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'soundexFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:135487:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 135487 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'ceilingFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136180:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136180 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'math1Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136286:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136286 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'math2Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136308:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136308 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'piFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136331:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136331 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'percentInverse':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136714:54: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136714 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                                  ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'sqlite3_setlk_timeout':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:188970:63: warning: unused parameter 'flags' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 188970 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                                           ~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'rtreeCallbackConstraint':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219353:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219353 |                 readCoord(pCellData+32, &c); aCoord[8] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219354:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219354 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219355:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219355 |                 readCoord(pCellData+24, &c); aCoord[6] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219356:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219356 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219357:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219357 |                 readCoord(pCellData+16, &c); aCoord[4] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219358:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219358 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219359:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219359 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219360:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219360 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219368:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219368 |                 readCoord(pCellData+32, &c); aCoord[8] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219369:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219369 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219370:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219370 |                 readCoord(pCellData+24, &c); aCoord[6] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219371:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219371 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219372:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219372 |                 readCoord(pCellData+16, &c); aCoord[4] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219373:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219373 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219374:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219374 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219375:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219375 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'cellArea':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220240:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220240 |       case 5:  area  = p->aCoord[9].f - p->aCoord[8].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220241:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220241 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220241:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220241 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220242:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220242 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220242:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220242 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220243:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220243 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220243:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220243 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220244:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220244 |       default: area *= p->aCoord[1].f - p->aCoord[0].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220250:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220250 |       case 5:  area  = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220251:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220251 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220251:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220251 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220252:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220252 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220252:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220252 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220253:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220253 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220253:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220253 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220254:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220254 |       default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "a3ec7d0bee40efcfd334a83365061764b892636ce7d90a18efd328a896629659", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3ec7d0bee40efcfd334a83365061764b892636ce7d90a18efd328a896629659", kill_on_drop: false }`
[INFO] [stdout] a3ec7d0bee40efcfd334a83365061764b892636ce7d90a18efd328a896629659
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b89e1ea0594b06cd705540fa5aa4a70b496098e0c3bb91b38149bcbc5901528
[INFO] running `Command { std: "docker" "start" "-a" "2b89e1ea0594b06cd705540fa5aa4a70b496098e0c3bb91b38149bcbc5901528", kill_on_drop: false }`
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'soundexFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:135487:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 135487 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'ceilingFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136180:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136180 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'math1Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136286:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136286 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'math2Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136308:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136308 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'piFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136331:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136331 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'percentInverse':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136714:54: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136714 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                                  ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'sqlite3_setlk_timeout':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:188970:63: warning: unused parameter 'flags' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 188970 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                                           ~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'rtreeCallbackConstraint':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219353:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219353 |                 readCoord(pCellData+32, &c); aCoord[8] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219354:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219354 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219355:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219355 |                 readCoord(pCellData+24, &c); aCoord[6] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219356:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219356 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219357:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219357 |                 readCoord(pCellData+16, &c); aCoord[4] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219358:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219358 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219359:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219359 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219360:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219360 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219368:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219368 |                 readCoord(pCellData+32, &c); aCoord[8] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219369:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219369 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219370:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219370 |                 readCoord(pCellData+24, &c); aCoord[6] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219371:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219371 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219372:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219372 |                 readCoord(pCellData+16, &c); aCoord[4] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219373:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219373 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219374:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219374 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219375:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219375 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'cellArea':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220240:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220240 |       case 5:  area  = p->aCoord[9].f - p->aCoord[8].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220241:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220241 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220241:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220241 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220242:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220242 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220242:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220242 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220243:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220243 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220243:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220243 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220244:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220244 |       default: area *= p->aCoord[1].f - p->aCoord[0].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220250:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220250 |       case 5:  area  = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220251:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220251 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220251:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220251 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220252:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220252 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220252:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220252 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220253:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220253 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220253:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220253 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220254:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220254 |       default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr]    Compiling sqlite-tiny v0.7.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "2b89e1ea0594b06cd705540fa5aa4a70b496098e0c3bb91b38149bcbc5901528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b89e1ea0594b06cd705540fa5aa4a70b496098e0c3bb91b38149bcbc5901528", kill_on_drop: false }`
[INFO] [stdout] 2b89e1ea0594b06cd705540fa5aa4a70b496098e0c3bb91b38149bcbc5901528
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 20ad54825ed1b589f17f737782e1e738c016e4124caec8f82e414375a22cd509
[INFO] running `Command { std: "docker" "start" "-a" "20ad54825ed1b589f17f737782e1e738c016e4124caec8f82e414375a22cd509", kill_on_drop: false }`
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'soundexFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:135487:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 135487 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'ceilingFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136180:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136180 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'math1Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136286:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136286 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'math2Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136308:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136308 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'piFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136331:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136331 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'percentInverse':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:136714:54: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 136714 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                                  ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'sqlite3_setlk_timeout':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:188970:63: warning: unused parameter 'flags' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 188970 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                                           ~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'rtreeCallbackConstraint':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219353:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219353 |                 readCoord(pCellData+32, &c); aCoord[8] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219354:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219354 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219355:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219355 |                 readCoord(pCellData+24, &c); aCoord[6] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219356:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219356 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219357:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219357 |                 readCoord(pCellData+16, &c); aCoord[4] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219358:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219358 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219359:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219359 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219360:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219360 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219368:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219368 |                 readCoord(pCellData+32, &c); aCoord[8] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219369:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219369 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219370:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219370 |                 readCoord(pCellData+24, &c); aCoord[6] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219371:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219371 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219372:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219372 |                 readCoord(pCellData+16, &c); aCoord[4] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219373:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219373 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219374:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219374 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:219375:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 219375 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c: In function 'cellArea':
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220240:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220240 |       case 5:  area  = p->aCoord[9].f - p->aCoord[8].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220241:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220241 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220241:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220241 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220242:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220242 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220242:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220242 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220243:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220243 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220243:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stdout] 
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220243 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stdout] running 2 tests
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220244:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220244 |       default: area *= p->aCoord[1].f - p->aCoord[0].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220250:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220250 |       case 5:  area  = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220251:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220251 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220251:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220251 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220252:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220252 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220252:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220252 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220253:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220253 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220253:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220253 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.9: dist/sqlite3.c:220254:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.9: 220254 |       default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.9:        |       ^~~~~~~
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlite_tiny-0eea235ffdb28537)
[INFO] [stdout] test assert_version ... ok
[INFO] [stdout] test ffi::assert_threadsafe ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/api.rs (/opt/rustwide/target/debug/deps/api-1214d13b3edbcc84)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test success ... ok
[INFO] [stderr]    Doc-tests sqlite_tiny
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "20ad54825ed1b589f17f737782e1e738c016e4124caec8f82e414375a22cd509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20ad54825ed1b589f17f737782e1e738c016e4124caec8f82e414375a22cd509", kill_on_drop: false }`
[INFO] [stdout] 20ad54825ed1b589f17f737782e1e738c016e4124caec8f82e414375a22cd509
