[INFO] crate include-sql 0.1.0 is already in cache [INFO] extracting crate include-sql 0.1.0 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/include-sql/0.1.0 [INFO] extracting crate include-sql 0.1.0 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/include-sql/0.1.0 [INFO] validating manifest of include-sql-0.1.0 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of include-sql-0.1.0 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing include-sql-0.1.0 [INFO] finished frobbing include-sql-0.1.0 [INFO] frobbed toml for include-sql-0.1.0 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/include-sql/0.1.0/Cargo.toml [INFO] started frobbing include-sql-0.1.0 [INFO] finished frobbing include-sql-0.1.0 [INFO] frobbed toml for include-sql-0.1.0 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/include-sql/0.1.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking include-sql-0.1.0 against try#06a150c7d11500b41499224f165e9de1de096768 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-0/try#06a150c7d11500b41499224f165e9de1de096768:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/include-sql/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 702be055abfb15b46a0bb9c8bfdf8c8e1e57594e8ef299867188e5c7f65fce0f [INFO] running `"docker" "start" "-a" "702be055abfb15b46a0bb9c8bfdf8c8e1e57594e8ef299867188e5c7f65fce0f"` [INFO] [stderr] Compiling include-sql-helper v0.1.0 [INFO] [stderr] Checking string-error v0.1.0 [INFO] [stderr] Compiling oracle v0.2.1 [INFO] [stderr] Compiling oci_rs v0.8.0 [INFO] [stderr] Checking rusqlite v0.17.0 [INFO] [stderr] Checking include-sql v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> tests/include-sql.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | include_sql!("proc-macro/tests/one_unnamed_stmt.sql",":"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> tests/include-sql.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | include_sql!("proc-macro/tests/named_statements.sql", ":"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> tests/include-sql.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | include_sql!("proc-macro/tests/default_stmt.sql", ":"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> tests/include-sql.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | include_sql!("proc-macro/tests/stmt_with_params.sql", ":"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> examples/oracle_oci.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | include_sql!("proc-macro/examples/oracle_oci.sql",":"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> tests/include-sql.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | include_sql!("proc-macro/tests/stmt_with_in_params.sql", ":"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> examples/oracle.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | include_sql!("proc-macro/examples/oracle.sql",":"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> examples/sqlite.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | include_sql!("proc-macro/examples/sqlite.sql","?"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: No such file or directory (os error 2) [INFO] [stderr] --> examples/pgsql.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | include_sql!("proc-macro/examples/pgsql.sql","$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `insert_ship_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | stmt.bind(insert_ship_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `select_ship_by_name_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:52:15 [INFO] [stderr] | [INFO] [stderr] 52 | stmt.bind(select_ship_by_name_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:70:15 [INFO] [stderr] | [INFO] [stderr] 70 | stmt.bind(insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_select_ship_by_name_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:17:47 [INFO] [stderr] | [INFO] [stderr] 17 | let res = conn.query(SELECT_SHIP_BY_NAME, using_select_ship_by_name_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | stmt.bind(insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:82:15 [INFO] [stderr] | [INFO] [stderr] 82 | stmt.bind(insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_ship_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:23:43 [INFO] [stderr] | [INFO] [stderr] 23 | let res = conn.query(INSERT_SHIP, using_insert_ship_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_ship_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:13:31 [INFO] [stderr] | [INFO] [stderr] 13 | conn.execute(INSERT_SHIP, using_insert_ship_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:88:15 [INFO] [stderr] | [INFO] [stderr] 88 | stmt.bind(insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:32:22 [INFO] [stderr] | [INFO] [stderr] 32 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_select_ship_by_name_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:17:92 [INFO] [stderr] | [INFO] [stderr] 17 | let (ship_id, _year_launched) = conn.query_row_as::<(i32,String)>(SELECT_SHIP_BY_NAME, using_select_ship_by_name_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:94:15 [INFO] [stderr] | [INFO] [stderr] 94 | stmt.bind(insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `select_ship_crew_args!` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:105:15 [INFO] [stderr] | [INFO] [stderr] 105 | stmt.bind(select_ship_crew_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:42:22 [INFO] [stderr] | [INFO] [stderr] 42 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 26 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:47:22 [INFO] [stderr] | [INFO] [stderr] 47 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:31:18 [INFO] [stderr] | [INFO] [stderr] 31 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:52:22 [INFO] [stderr] | [INFO] [stderr] 52 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_select_ship_crew_args!` in this scope [INFO] [stderr] --> examples/pgsql.rs:64:44 [INFO] [stderr] | [INFO] [stderr] 64 | let res = conn.query(SELECT_SHIP_CREW, using_select_ship_crew_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_insert_sailor_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | stmt.execute(using_insert_sailor_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `using_select_ship_crew_args!` in this scope [INFO] [stderr] --> examples/oracle.rs:47:44 [INFO] [stderr] | [INFO] [stderr] 47 | let res = conn.query(SELECT_SHIP_CREW, using_select_ship_crew_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CREATE_TEST_TABLES` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:35:51 [INFO] [stderr] | [INFO] [stderr] 35 | let mut stmt = conn.create_prepared_statement(CREATE_TEST_TABLES)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SHIP` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:41:51 [INFO] [stderr] | [INFO] [stderr] 41 | let mut stmt = conn.create_prepared_statement(INSERT_SHIP)?; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_SHIP_BY_NAME` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:51:51 [INFO] [stderr] | [INFO] [stderr] 51 | let mut stmt = conn.create_prepared_statement(SELECT_SHIP_BY_NAME)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SAILOR` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:69:51 [INFO] [stderr] | [INFO] [stderr] 69 | let mut stmt = conn.create_prepared_statement(INSERT_SAILOR)?; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_SHIP_CREW` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:104:51 [INFO] [stderr] | [INFO] [stderr] 104 | let mut stmt = conn.create_prepared_statement(SELECT_SHIP_CREW)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:114:23 [INFO] [stderr] | [INFO] [stderr] 114 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/oracle_oci.rs:127:23 [INFO] [stderr] | [INFO] [stderr] 127 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/oracle_oci.rs:114:10 [INFO] [stderr] | [INFO] [stderr] 114 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[&dyn oci_rs::types::ToSqlValue]` cannot be known at compilation time [INFO] [stderr] --> examples/oracle_oci.rs:114:15 [INFO] [stderr] | [INFO] [stderr] 114 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[&dyn oci_rs::types::ToSqlValue]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/oracle_oci.rs:127:10 [INFO] [stderr] | [INFO] [stderr] 127 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[&dyn oci_rs::types::ToSqlValue]` cannot be known at compilation time [INFO] [stderr] --> examples/oracle_oci.rs:127:15 [INFO] [stderr] | [INFO] [stderr] 127 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[&dyn oci_rs::types::ToSqlValue]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `include-sql`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `CREATE_TEST_TABLES` in this scope [INFO] [stderr] --> examples/oracle.rs:12:18 [INFO] [stderr] | [INFO] [stderr] 12 | conn.execute(CREATE_TEST_TABLES, &[])?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SHIP` in this scope [INFO] [stderr] --> examples/oracle.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | conn.execute(INSERT_SHIP, using_insert_ship_args! { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_SHIP_BY_NAME` in this scope [INFO] [stderr] --> examples/oracle.rs:17:71 [INFO] [stderr] | [INFO] [stderr] 17 | let (ship_id, _year_launched) = conn.query_row_as::<(i32,String)>(SELECT_SHIP_BY_NAME, using_select_ship_by_name_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SAILOR` in this scope [INFO] [stderr] --> examples/oracle.rs:20:33 [INFO] [stderr] | [INFO] [stderr] 20 | let mut stmt = conn.prepare(INSERT_SAILOR, &[])?; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_SHIP_CREW` in this scope [INFO] [stderr] --> examples/oracle.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | let res = conn.query(SELECT_SHIP_CREW, using_select_ship_crew_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/oracle.rs:52:23 [INFO] [stderr] | [INFO] [stderr] 52 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/oracle.rs:60:23 [INFO] [stderr] | [INFO] [stderr] 60 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/oracle.rs:52:10 [INFO] [stderr] | [INFO] [stderr] 52 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[&dyn oracle::types::ToSql]` cannot be known at compilation time [INFO] [stderr] --> examples/oracle.rs:52:15 [INFO] [stderr] | [INFO] [stderr] 52 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[&dyn oracle::types::ToSql]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/oracle.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[&dyn oracle::types::ToSql]` cannot be known at compilation time [INFO] [stderr] --> examples/oracle.rs:60:15 [INFO] [stderr] | [INFO] [stderr] 60 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[&dyn oracle::types::ToSql]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ONE_UNNAMED_STMT` in this scope [INFO] [stderr] --> tests/include-sql.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | collapce_whitespace(ONE_UNNAMED_STMT) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUAL_OUTPUT` in this scope [INFO] [stderr] --> tests/include-sql.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | collapce_whitespace(DUAL_OUTPUT) [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `USER_TABLES_COUNT` in this scope [INFO] [stderr] --> tests/include-sql.rs:23:29 [INFO] [stderr] | [INFO] [stderr] 23 | collapce_whitespace(USER_TABLES_COUNT) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_STMT` in this scope [INFO] [stderr] --> tests/include-sql.rs:33:29 [INFO] [stderr] | [INFO] [stderr] 33 | collapce_whitespace(DEFAULT_STMT) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `COUNT_TABLES` in this scope [INFO] [stderr] --> tests/include-sql.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | collapce_whitespace(COUNT_TABLES) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_INVALID_OBJECTS` in this scope [INFO] [stderr] --> tests/include-sql.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | collapce_whitespace(SELECT_INVALID_OBJECTS) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectInvalidObjects` in this scope [INFO] [stderr] --> tests/include-sql.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | let args = SelectInvalidObjects { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_OBJECTS_BY_TYPE` in this scope [INFO] [stderr] --> tests/include-sql.rs:77:29 [INFO] [stderr] | [INFO] [stderr] 77 | collapce_whitespace(SELECT_OBJECTS_BY_TYPE) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectObjectsByType` in this scope [INFO] [stderr] --> tests/include-sql.rs:80:23 [INFO] [stderr] | [INFO] [stderr] 80 | let (sql, args) = SelectObjectsByType { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0425]: cannot find value `CREATE_TABLE_SHIPS` in this scope [INFO] [stderr] --> examples/pgsql.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | conn.execute(CREATE_TABLE_SHIPS, NO_ARGS)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CREATE_TABLE_SAILORS` in this scope [INFO] [stderr] --> examples/pgsql.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | conn.execute(CREATE_TABLE_SAILORS, NO_ARGS)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_SHIP_BY_NAME` in this scope [INFO] [stderr] --> examples/pgsql.rs:17:26 [INFO] [stderr] | [INFO] [stderr] 17 | let res = conn.query(SELECT_SHIP_BY_NAME, using_select_ship_by_name_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SHIP` in this scope [INFO] [stderr] --> examples/pgsql.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | let res = conn.query(INSERT_SHIP, using_insert_ship_args! { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SAILOR` in this scope [INFO] [stderr] --> examples/pgsql.rs:31:33 [INFO] [stderr] | [INFO] [stderr] 31 | let stmt = conn.prepare(INSERT_SAILOR)?; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_SHIP_CREW` in this scope [INFO] [stderr] --> examples/pgsql.rs:64:26 [INFO] [stderr] | [INFO] [stderr] 64 | let res = conn.query(SELECT_SHIP_CREW, using_select_ship_crew_args! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/pgsql.rs:71:23 [INFO] [stderr] | [INFO] [stderr] 71 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/pgsql.rs:79:23 [INFO] [stderr] | [INFO] [stderr] 79 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: Could not compile `include-sql`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `CREATE_TABLE_SHIPS` in this scope [INFO] [stderr] --> examples/sqlite.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | conn.execute(CREATE_TABLE_SHIPS, NO_PARAMS)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CREATE_TABLE_SAILORS` in this scope [INFO] [stderr] --> examples/sqlite.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | conn.execute(CREATE_TABLE_SAILORS, NO_PARAMS)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SHIP` in this scope [INFO] [stderr] --> examples/sqlite.rs:20:33 [INFO] [stderr] | [INFO] [stderr] 20 | let mut stmt = conn.prepare(INSERT_SHIP)?; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `InsertShip` in this scope [INFO] [stderr] --> examples/sqlite.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | stmt.execute(InsertShip { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INSERT_SAILOR` in this scope [INFO] [stderr] --> examples/sqlite.rs:29:33 [INFO] [stderr] | [INFO] [stderr] 29 | let mut stmt = conn.prepare(INSERT_SAILOR)?; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `InsertSailor` in this scope [INFO] [stderr] --> examples/sqlite.rs:30:18 [INFO] [stderr] | [INFO] [stderr] 30 | stmt.execute(InsertSailor { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `InsertSailor` in this scope [INFO] [stderr] --> examples/sqlite.rs:35:18 [INFO] [stderr] | [INFO] [stderr] 35 | stmt.execute(InsertSailor { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `InsertSailor` in this scope [INFO] [stderr] --> examples/sqlite.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | stmt.execute(InsertSailor { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `InsertSailor` in this scope [INFO] [stderr] --> examples/sqlite.rs:45:18 [INFO] [stderr] | [INFO] [stderr] 45 | stmt.execute(InsertSailor { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `InsertSailor` in this scope [INFO] [stderr] --> examples/sqlite.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | stmt.execute(InsertSailor { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SELECT_SHIP_CREW` in this scope [INFO] [stderr] --> examples/sqlite.rs:56:33 [INFO] [stderr] | [INFO] [stderr] 56 | let mut stmt = conn.prepare(SELECT_SHIP_CREW)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrew` in this scope [INFO] [stderr] --> examples/sqlite.rs:57:31 [INFO] [stderr] | [INFO] [stderr] 57 | let iter = stmt.query_map(SelectShipCrew { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/sqlite.rs:77:23 [INFO] [stderr] | [INFO] [stderr] 77 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SelectShipCrewByRank` in this scope [INFO] [stderr] --> examples/sqlite.rs:99:23 [INFO] [stderr] | [INFO] [stderr] 99 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> tests/include-sql.rs:80:10 [INFO] [stderr] | [INFO] [stderr] 80 | let (sql, args) = SelectObjectsByType { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `include-sql`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/pgsql.rs:71:10 [INFO] [stderr] | [INFO] [stderr] 71 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[&dyn postgres_shared::types::ToSql]` cannot be known at compilation time [INFO] [stderr] --> examples/pgsql.rs:71:15 [INFO] [stderr] | [INFO] [stderr] 71 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[&dyn postgres_shared::types::ToSql]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/pgsql.rs:79:10 [INFO] [stderr] | [INFO] [stderr] 79 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[&dyn postgres_shared::types::ToSql]` cannot be known at compilation time [INFO] [stderr] --> examples/pgsql.rs:79:15 [INFO] [stderr] | [INFO] [stderr] 79 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[&dyn postgres_shared::types::ToSql]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/sqlite.rs:77:10 [INFO] [stderr] | [INFO] [stderr] 77 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error: Could not compile `include-sql`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> examples/sqlite.rs:99:10 [INFO] [stderr] | [INFO] [stderr] 99 | let (sql, args) = SelectShipCrewByRank { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `include-sql`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "702be055abfb15b46a0bb9c8bfdf8c8e1e57594e8ef299867188e5c7f65fce0f"` [INFO] running `"docker" "rm" "-f" "702be055abfb15b46a0bb9c8bfdf8c8e1e57594e8ef299867188e5c7f65fce0f"` [INFO] [stdout] 702be055abfb15b46a0bb9c8bfdf8c8e1e57594e8ef299867188e5c7f65fce0f