Nov 27 17:53:43.331 INFO documenting masakichi82/rust_gotham_sample against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 27 17:53:43.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-7/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/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 +f5a0bd723553ea4b7556bd7087b9f0919cafb483-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 17:53:43.869 INFO [stdout] 24880f7dfebd43e2941768e4da8008ff14e501994a2eb804f865ebeb10601655 Nov 27 17:53:43.872 INFO running `"docker" "start" "-a" "24880f7dfebd43e2941768e4da8008ff14e501994a2eb804f865ebeb10601655"` Nov 27 17:53:45.311 INFO [stderr] usermod: no changes Nov 27 17:53:45.743 INFO [stderr] Checking want v0.0.4 Nov 27 17:53:45.747 INFO [stderr] Compiling syn v0.12.15 Nov 27 17:53:45.747 INFO [stderr] Checking tokio-io v0.1.6 Nov 27 17:53:45.747 INFO [stderr] Compiling serde_json v1.0.20 Nov 27 17:53:45.747 INFO [stderr] Checking bincode v1.0.0 Nov 27 17:53:45.793 INFO [stderr] Checking tokio-threadpool v0.1.4 Nov 27 17:53:49.627 INFO [stderr] Checking tokio-reactor v0.1.1 Nov 27 17:53:50.047 INFO [stderr] Checking tokio-fs v0.1.0 Nov 27 17:53:52.059 INFO [stderr] Checking tokio-tcp v0.1.0 Nov 27 17:53:52.059 INFO [stderr] Checking tokio-udp v0.1.0 Nov 27 17:53:53.375 INFO [stderr] Checking tokio v0.1.7 Nov 27 17:53:55.748 INFO [stderr] Checking tokio-core v0.1.17 Nov 27 17:53:57.843 INFO [stderr] Compiling cargo_metadata v0.5.6 Nov 27 17:54:01.568 INFO [stderr] Checking tokio-proto v0.1.1 Nov 27 17:54:03.807 INFO [stderr] Compiling gotham_derive v0.2.1 Nov 27 17:54:07.011 INFO [stderr] Compiling skeptic v0.13.3 Nov 27 17:54:08.667 INFO [stderr] Checking hyper v0.11.27 Nov 27 17:54:12.922 INFO [stderr] Compiling borrow-bag v1.0.0 Nov 27 17:54:16.803 INFO [stderr] Checking gotham v0.2.1 Nov 27 17:54:19.845 INFO [stderr] Documenting rust_gotham_sample v0.1.0 (/source) Nov 27 17:54:21.380 INFO [stderr] warning: function `getExample` should have a snake case name such as `get_example` Nov 27 17:54:21.380 INFO [stderr] --> src/controllers/get.rs:26:1 Nov 27 17:54:21.380 INFO [stderr] | Nov 27 17:54:21.380 INFO [stderr] 26 | / pub fn getExample(state: State) -> (State, Response) { Nov 27 17:54:21.380 INFO [stderr] 27 | | Nov 27 17:54:21.380 INFO [stderr] 28 | | let txt = "http://localhost:7878/get/param?name=aaaa\nhttp://localhost:7878/get/json?name=aaaa\n"; Nov 27 17:54:21.380 INFO [stderr] 29 | | Nov 27 17:54:21.380 INFO [stderr] ... | Nov 27 17:54:21.380 INFO [stderr] 35 | | (state, response) Nov 27 17:54:21.380 INFO [stderr] 36 | | } Nov 27 17:54:21.380 INFO [stderr] | |_^ Nov 27 17:54:21.380 INFO [stderr] | Nov 27 17:54:21.380 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 27 17:54:21.380 INFO [stderr] Nov 27 17:54:21.380 INFO [stderr] warning: function `toJson` should have a snake case name such as `to_json` Nov 27 17:54:21.380 INFO [stderr] --> src/controllers/get.rs:50:1 Nov 27 17:54:21.380 INFO [stderr] | Nov 27 17:54:21.380 INFO [stderr] 50 | / pub fn toJson(mut state: State) -> (State, Response) { Nov 27 17:54:21.380 INFO [stderr] 51 | | Nov 27 17:54:21.380 INFO [stderr] 52 | | let query_param = QueryStringExtractor::try_take_from(&mut state).unwrap(); Nov 27 17:54:21.380 INFO [stderr] 53 | | let j = serde_json::to_string(&query_param).unwrap(); Nov 27 17:54:21.380 INFO [stderr] ... | Nov 27 17:54:21.380 INFO [stderr] 60 | | (state, response) Nov 27 17:54:21.380 INFO [stderr] 61 | | } Nov 27 17:54:21.380 INFO [stderr] | |_^ Nov 27 17:54:21.380 INFO [stderr] Nov 27 17:54:23.967 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.63s Nov 27 17:54:23.985 INFO [stderr] su: No module specific data is present Nov 27 17:54:24.275 INFO running `"docker" "inspect" "24880f7dfebd43e2941768e4da8008ff14e501994a2eb804f865ebeb10601655"` Nov 27 17:54:24.435 INFO running `"docker" "rm" "-f" "24880f7dfebd43e2941768e4da8008ff14e501994a2eb804f865ebeb10601655"` Nov 27 17:54:24.552 INFO [stdout] 24880f7dfebd43e2941768e4da8008ff14e501994a2eb804f865ebeb10601655