[INFO] fetching crate sqlite3_tokenizer 0.1.0... [INFO] testing sqlite3_tokenizer-0.1.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate sqlite3_tokenizer 0.1.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate sqlite3_tokenizer 0.1.0 [INFO] finished tweaking crates.io crate sqlite3_tokenizer 0.1.0 [INFO] tweaked toml for crates.io crate sqlite3_tokenizer 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sqlite3_tokenizer 0.1.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5b6b8c4772dc77c2030ee3b1bab1fdae938c567f4c532f34ee926561a215a72 [INFO] running `Command { std: "docker" "start" "-a" "b5b6b8c4772dc77c2030ee3b1bab1fdae938c567f4c532f34ee926561a215a72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5b6b8c4772dc77c2030ee3b1bab1fdae938c567f4c532f34ee926561a215a72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5b6b8c4772dc77c2030ee3b1bab1fdae938c567f4c532f34ee926561a215a72", kill_on_drop: false }` [INFO] [stdout] b5b6b8c4772dc77c2030ee3b1bab1fdae938c567f4c532f34ee926561a215a72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cdbc80dc1424e92a031722c3b9020ca581b64320cb0b6d1ed74901aa9e15ee4c [INFO] running `Command { std: "docker" "start" "-a" "cdbc80dc1424e92a031722c3b9020ca581b64320cb0b6d1ed74901aa9e15ee4c", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling sqlite3_tokenizer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | gcc::compile_library("libsqlite3tokenize.a", &["src/tokenize.c"]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c: In function 'sqlite3_get_token': [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:750:9: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 750 | if( !sqlite3Isdigit(z[1]) ) [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:759:5: note: here [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 759 | case '0': case '1': case '2': case '3': case '4': [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:842:9: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 842 | if( z[1]=='\'' ){ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:855:5: note: here [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 855 | default: { [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c: At top level: [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:597:20: warning: 'sqlite3IsIdChar' defined but not used [-Wunused-function] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 597 | SQLITE_PRIVATE int sqlite3IsIdChar(unsigned char c){ return IdChar(c); } [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:573:20: warning: 'sqlite3KeywordCode' defined but not used [-Wunused-function] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 573 | SQLITE_PRIVATE int sqlite3KeywordCode(const unsigned char *z, int n){ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~~~~~~~~~~~~ [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:401:21 [INFO] [stdout] | [INFO] [stdout] 401 | pub fn new(sql: &str) -> Tokenizer { [INFO] [stdout] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 401 | pub fn new(sql: &str) -> Tokenizer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "cdbc80dc1424e92a031722c3b9020ca581b64320cb0b6d1ed74901aa9e15ee4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdbc80dc1424e92a031722c3b9020ca581b64320cb0b6d1ed74901aa9e15ee4c", kill_on_drop: false }` [INFO] [stdout] cdbc80dc1424e92a031722c3b9020ca581b64320cb0b6d1ed74901aa9e15ee4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff0fe67c9610cd37584e462448f1547f37c2a16eb010a9ca87ef395a4d593c91 [INFO] running `Command { std: "docker" "start" "-a" "ff0fe67c9610cd37584e462448f1547f37c2a16eb010a9ca87ef395a4d593c91", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stdout] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | gcc::compile_library("libsqlite3tokenize.a", &["src/tokenize.c"]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c: In function 'sqlite3_get_token': [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:750:9: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 750 | if( !sqlite3Isdigit(z[1]) ) [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:759:5: note: here [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 759 | case '0': case '1': case '2': case '3': case '4': [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:842:9: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 842 | if( z[1]=='\'' ){ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:855:5: note: here [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 855 | default: { [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c: At top level: [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:597:20: warning: 'sqlite3IsIdChar' defined but not used [-Wunused-function] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 597 | SQLITE_PRIVATE int sqlite3IsIdChar(unsigned char c){ return IdChar(c); } [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:573:20: warning: 'sqlite3KeywordCode' defined but not used [-Wunused-function] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 573 | SQLITE_PRIVATE int sqlite3KeywordCode(const unsigned char *z, int n){ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~~~~~~~~~~~~ [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:401:21 [INFO] [stdout] | [INFO] [stdout] 401 | pub fn new(sql: &str) -> Tokenizer { [INFO] [stdout] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 401 | pub fn new(sql: &str) -> Tokenizer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sqlite3_tokenizer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:401:21 [INFO] [stdout] | [INFO] [stdout] 401 | pub fn new(sql: &str) -> Tokenizer { [INFO] [stdout] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 401 | pub fn new(sql: &str) -> Tokenizer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "ff0fe67c9610cd37584e462448f1547f37c2a16eb010a9ca87ef395a4d593c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff0fe67c9610cd37584e462448f1547f37c2a16eb010a9ca87ef395a4d593c91", kill_on_drop: false }` [INFO] [stdout] ff0fe67c9610cd37584e462448f1547f37c2a16eb010a9ca87ef395a4d593c91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bb50f7a12f86630b72cfb00c6b9eea1ada442aaffbafb3b6923815068eb2a225 [INFO] running `Command { std: "docker" "start" "-a" "bb50f7a12f86630b72cfb00c6b9eea1ada442aaffbafb3b6923815068eb2a225", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | gcc::compile_library("libsqlite3tokenize.a", &["src/tokenize.c"]); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `sqlite3_tokenizer` (build script) generated 1 warning [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c: In function 'sqlite3_get_token': [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:750:9: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 750 | if( !sqlite3Isdigit(z[1]) ) [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:759:5: note: here [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 759 | case '0': case '1': case '2': case '3': case '4': [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:842:9: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 842 | if( z[1]=='\'' ){ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:855:5: note: here [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 855 | default: { [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c: At top level: [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:597:20: warning: 'sqlite3IsIdChar' defined but not used [-Wunused-function] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 597 | SQLITE_PRIVATE int sqlite3IsIdChar(unsigned char c){ return IdChar(c); } [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: src/tokenize.c:573:20: warning: 'sqlite3KeywordCode' defined but not used [-Wunused-function] [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: 573 | SQLITE_PRIVATE int sqlite3KeywordCode(const unsigned char *z, int n){ [INFO] [stderr] warning: sqlite3_tokenizer@0.1.0: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:401:21 [INFO] [stderr] | [INFO] [stderr] 401 | pub fn new(sql: &str) -> Tokenizer { [INFO] [stderr] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 401 | pub fn new(sql: &str) -> Tokenizer<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sqlite3_tokenizer` (lib) generated 1 warning (run `cargo fix --lib -p sqlite3_tokenizer` to apply 1 suggestion) [INFO] [stderr] warning: `sqlite3_tokenizer` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlite3_tokenizer-0a0006cc60ca6056) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test::empty ... ok [INFO] [stderr] Doc-tests sqlite3_tokenizer [INFO] [stdout] test test::internal_0 ... ok [INFO] [stdout] test test::insert_types ... ok [INFO] [stdout] test test::it_works ... ok [INFO] [stdout] test test::subslice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 15) ... FAILED [INFO] [stdout] test src/lib.rs - (line 7) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `of` [INFO] [stdout] --> src/lib.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | Token of kind Select is written "SELECT" [INFO] [stdout] | ^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 7) stdout ---- [INFO] [stdout] error[E0433]: cannot find type `Tokenizer` in this scope [INFO] [stdout] --> src/lib.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | for token in Tokenizer::new("SELECT * FROM t") { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Tokenizer` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 15) [INFO] [stdout] src/lib.rs - (line 7) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "bb50f7a12f86630b72cfb00c6b9eea1ada442aaffbafb3b6923815068eb2a225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb50f7a12f86630b72cfb00c6b9eea1ada442aaffbafb3b6923815068eb2a225", kill_on_drop: false }` [INFO] [stdout] bb50f7a12f86630b72cfb00c6b9eea1ada442aaffbafb3b6923815068eb2a225