[INFO] updating cached repository https://github.com/ivanceras/old-rustorm [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] afc29b9edb9eee1fc805d07237549a0bc7d4ee77 [INFO] checking ivanceras/old-rustorm against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fold-rustorm" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ivanceras/old-rustorm on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ivanceras/old-rustorm [INFO] removed path dependency rustorm-derive from git repo https://github.com/ivanceras/old-rustorm [INFO] finished tweaking git repo https://github.com/ivanceras/old-rustorm [INFO] tweaked toml for git repo https://github.com/ivanceras/old-rustorm written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ivanceras/old-rustorm already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0077083be50e66c5cdefb640b43c358d8fc2ed6346a3ac3e1458ccb9c22fc7d9 [INFO] running `"docker" "start" "-a" "0077083be50e66c5cdefb640b43c358d8fc2ed6346a3ac3e1458ccb9c22fc7d9"` [INFO] [stderr] Checking serde v0.7.15 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking pretty_assertions v0.1.2 [INFO] [stderr] Compiling rustorm-derive v0.1.0 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Checking postgres v0.11.12 [INFO] [stderr] Checking serde_json v0.7.4 [INFO] [stderr] Checking r2d2_postgres v0.10.1 [INFO] [stderr] Checking rustorm v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/derive_test.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_get_all_sqlite.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustorm::platform::Postgres` [INFO] [stderr] --> examples/simple_query.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use rustorm::platform::Postgres; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/simple_query.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/bazaar_v8").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> tests/test_crud.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_delete.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stdout] Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_get_all.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_update.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustorm::platform::Postgres` [INFO] [stderr] --> examples/simple_insert.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use rustorm::platform::Postgres; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/simple_insert.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `rustorm::platform::Postgres` [INFO] [stdout] Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } [INFO] [stderr] --> tests/test_simple.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use rustorm::platform::Postgres; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` [INFO] [stderr] [INFO] [stdout] Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_insert.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_insert_sqlite.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0077083be50e66c5cdefb640b43c358d8fc2ed6346a3ac3e1458ccb9c22fc7d9"` [INFO] running `"docker" "rm" "-f" "0077083be50e66c5cdefb640b43c358d8fc2ed6346a3ac3e1458ccb9c22fc7d9"` [INFO] [stdout] 0077083be50e66c5cdefb640b43c358d8fc2ed6346a3ac3e1458ccb9c22fc7d9