Nov 27 14:52:44.959 INFO documenting renato-zannon/reviewist against master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb for pr-55318 Nov 27 14:52:44.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-2/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55318/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 27 14:52:45.507 INFO [stdout] 64725ea083fa3b4f2113f0b995d8a7f864d60aea4f4d4167eec8fec232143676 Nov 27 14:52:45.513 INFO running `"docker" "start" "-a" "64725ea083fa3b4f2113f0b995d8a7f864d60aea4f4d4167eec8fec232143676"` Nov 27 14:52:46.539 INFO [stderr] usermod: no changes Nov 27 14:52:47.031 INFO [stderr] Compiling serde v1.0.60 Nov 27 14:52:47.090 INFO [stderr] Checking encoding_rs v0.7.2 Nov 27 14:52:47.090 INFO [stderr] Compiling openssl-sys v0.9.31 Nov 27 14:52:47.090 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 27 14:52:47.090 INFO [stderr] Compiling time v0.1.40 Nov 27 14:52:47.097 INFO [stderr] Checking want v0.0.4 Nov 27 14:52:47.097 INFO [stderr] Checking rand v0.3.22 Nov 27 14:52:47.097 INFO [stderr] Compiling num-traits v0.2.4 Nov 27 14:52:48.283 INFO [stderr] Compiling syn v0.11.11 Nov 27 14:52:48.567 INFO [stderr] Checking tokio-retry v0.2.0 Nov 27 14:52:51.852 INFO [stderr] Checking uuid v0.5.1 Nov 27 14:52:51.855 INFO [stderr] Checking regex v1.0.0 Nov 27 14:52:51.880 INFO [stderr] Checking slog-async v2.3.0 Nov 27 14:52:53.564 INFO [stderr] Checking libflate v0.1.14 Nov 27 14:52:58.091 INFO [stderr] Compiling openssl v0.9.24 Nov 27 14:53:02.285 INFO [stderr] Compiling num-integer v0.1.38 Nov 27 14:53:04.238 INFO [stderr] Checking tokio-proto v0.1.1 Nov 27 14:53:15.675 INFO [stderr] Checking env_logger v0.5.10 Nov 27 14:53:16.007 INFO [stderr] Checking dotenv v0.12.0 Nov 27 14:53:17.663 INFO [stderr] Compiling synstructure v0.6.1 Nov 27 14:53:21.907 INFO [stderr] Checking hyper v0.11.27 Nov 27 14:53:27.015 INFO [stderr] Checking native-tls v0.1.5 Nov 27 14:53:27.641 INFO [stderr] Compiling failure_derive v0.1.1 Nov 27 14:53:29.816 INFO [stderr] Checking tokio-tls v0.1.4 Nov 27 14:53:38.213 INFO [stderr] Checking failure v0.1.1 Nov 27 14:53:49.783 INFO [stderr] Checking hyper-tls v0.1.3 Nov 27 14:53:50.766 INFO [stderr] Checking chrono v0.4.2 Nov 27 14:53:50.773 INFO [stderr] Checking serde_json v1.0.17 Nov 27 14:53:50.774 INFO [stderr] Checking serde_urlencoded v0.5.2 Nov 27 14:53:56.872 INFO [stderr] Checking reqwest v0.8.5 Nov 27 14:53:57.352 INFO [stderr] Checking diesel v1.3.0 Nov 27 14:53:57.352 INFO [stderr] Checking slog-term v2.4.0 Nov 27 14:54:46.715 INFO [stderr] Checking migrations_internals v1.3.0 Nov 27 14:54:53.891 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 27 14:54:57.391 INFO [stderr] Checking diesel_migrations v1.3.0 Nov 27 14:54:57.871 INFO [stderr] Checking reviewist v0.1.0 (/source) Nov 27 14:54:57.873 INFO [stderr] Documenting reviewist v0.1.0 (/source) Nov 27 14:55:00.923 INFO [stderr] warning: cannot find type `review_requests` in this scope Nov 27 14:55:00.923 INFO [stderr] --> src/review_handler.rs:17:10 Nov 27 14:55:00.923 INFO [stderr] | Nov 27 14:55:00.923 INFO [stderr] 17 | #[derive(Insertable)] Nov 27 14:55:00.923 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.943 INFO [stderr] | Nov 27 14:55:00.943 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 14:55:00.943 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.944 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.944 INFO [stderr] Nov 27 14:55:00.944 INFO [stderr] warning: cannot find type `NewReviewRequest` in this scope Nov 27 14:55:00.944 INFO [stderr] --> src/review_handler.rs:17:10 Nov 27 14:55:00.944 INFO [stderr] | Nov 27 14:55:00.944 INFO [stderr] 17 | #[derive(Insertable)] Nov 27 14:55:00.944 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.944 INFO [stderr] | Nov 27 14:55:00.944 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.944 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.944 INFO [stderr] Nov 27 14:55:00.944 INFO [stderr] warning: cannot find type `review_requests` in this scope Nov 27 14:55:00.944 INFO [stderr] --> src/review_handler.rs:17:10 Nov 27 14:55:00.944 INFO [stderr] | Nov 27 14:55:00.944 INFO [stderr] 17 | #[derive(Insertable)] Nov 27 14:55:00.944 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.944 INFO [stderr] | Nov 27 14:55:00.944 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.944 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.944 INFO [stderr] Nov 27 14:55:00.944 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 14:55:00.944 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 14:55:00.944 INFO [stderr] | Nov 27 14:55:00.944 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 14:55:00.947 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.947 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.947 INFO [stderr] Nov 27 14:55:00.947 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 14:55:00.947 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 14:55:00.947 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.947 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.947 INFO [stderr] Nov 27 14:55:00.947 INFO [stderr] warning: cannot find type `project` in this scope Nov 27 14:55:00.947 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 14:55:00.947 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.947 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.947 INFO [stderr] Nov 27 14:55:00.947 INFO [stderr] warning: cannot find type `pr_number` in this scope Nov 27 14:55:00.947 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 14:55:00.947 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.947 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.947 INFO [stderr] Nov 27 14:55:00.947 INFO [stderr] warning: cannot find type `pr_url` in this scope Nov 27 14:55:00.947 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 14:55:00.947 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.947 INFO [stderr] | Nov 27 14:55:00.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.947 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.947 INFO [stderr] Nov 27 14:55:00.948 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 27 14:55:00.948 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 14:55:00.948 INFO [stderr] | Nov 27 14:55:00.948 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 14:55:00.948 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.948 INFO [stderr] | Nov 27 14:55:00.948 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.948 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.948 INFO [stderr] Nov 27 14:55:00.948 INFO [stderr] warning: cannot find type `pr_title` in this scope Nov 27 14:55:00.948 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 14:55:00.948 INFO [stderr] | Nov 27 14:55:00.948 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 14:55:00.948 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 14:55:00.948 INFO [stderr] | Nov 27 14:55:00.948 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 14:55:00.948 INFO [stderr] = note: for more information, see issue #50504 Nov 27 14:55:00.948 INFO [stderr] Nov 27 14:55:17.988 INFO [stderr] warning: `[SqlLiteral::bind]` cannot be resolved, ignoring it... Nov 27 14:55:17.988 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.3.0/src/expression/sql_literal.rs:233:22 Nov 27 14:55:17.988 INFO [stderr] | Nov 27 14:55:17.988 INFO [stderr] 233 | /// Returned by the [`SqlLiteral::bind()`] method when binding a value to a fragment of SQL. Nov 27 14:55:17.988 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Nov 27 14:55:17.988 INFO [stderr] | Nov 27 14:55:17.988 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Nov 27 14:55:17.988 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 27 14:55:17.988 INFO [stderr] Nov 27 14:55:17.993 INFO [stderr] warning: `[allow_tables_to_appear_in_same_query]` cannot be resolved, ignoring it... Nov 27 14:55:17.993 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.3.0/src/macros/mod.rs:982:27 Nov 27 14:55:17.993 INFO [stderr] | Nov 27 14:55:17.993 INFO [stderr] 982 | /// still need to invoke [`allow_tables_to_appear_in_same_query!`] for these two tables to Nov 27 14:55:17.993 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Nov 27 14:55:17.993 INFO [stderr] | Nov 27 14:55:17.993 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 27 14:55:17.993 INFO [stderr] Nov 27 14:55:17.994 INFO [stderr] warning: `[SqlLiteral::bind]` cannot be resolved, ignoring it... Nov 27 14:55:17.994 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.3.0/src/expression/sql_literal.rs:233:22 Nov 27 14:55:17.994 INFO [stderr] | Nov 27 14:55:17.994 INFO [stderr] 233 | /// Returned by the [`SqlLiteral::bind()`] method when binding a value to a fragment of SQL. Nov 27 14:55:17.995 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Nov 27 14:55:17.995 INFO [stderr] | Nov 27 14:55:17.995 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 27 14:55:17.995 INFO [stderr] Nov 27 14:55:20.104 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 33s Nov 27 14:55:20.151 INFO [stderr] su: No module specific data is present Nov 27 14:55:22.545 INFO running `"docker" "inspect" "64725ea083fa3b4f2113f0b995d8a7f864d60aea4f4d4167eec8fec232143676"` Nov 27 14:55:22.935 INFO running `"docker" "rm" "-f" "64725ea083fa3b4f2113f0b995d8a7f864d60aea4f4d4167eec8fec232143676"` Nov 27 14:55:23.287 INFO [stdout] 64725ea083fa3b4f2113f0b995d8a7f864d60aea4f4d4167eec8fec232143676