[INFO] fetching crate github-rs 0.7.0... [INFO] testing github-rs-0.7.0 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate github-rs 0.7.0 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate github-rs 0.7.0 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate github-rs 0.7.0 [INFO] finished tweaking crates.io crate github-rs 0.7.0 [INFO] tweaked toml for crates.io crate github-rs 0.7.0 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded untrusted v0.6.2 [INFO] [stderr] Downloaded webpki v0.19.1 [INFO] [stderr] Downloaded ct-logs v0.5.1 [INFO] [stderr] Downloaded tokio-rustls v0.9.4 [INFO] [stderr] Downloaded sct v0.5.0 [INFO] [stderr] Downloaded rustls v0.15.2 [INFO] [stderr] Downloaded ring v0.14.6 [INFO] [stderr] Downloaded hyper-rustls v0.16.1 [INFO] [stderr] Downloaded webpki-roots v0.16.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6945c1f84ecfccd165d19765754e201a5fd0f4ac0870bbbbf98d0b9019d4acce [INFO] running `Command { std: "docker" "start" "-a" "6945c1f84ecfccd165d19765754e201a5fd0f4ac0870bbbbf98d0b9019d4acce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6945c1f84ecfccd165d19765754e201a5fd0f4ac0870bbbbf98d0b9019d4acce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6945c1f84ecfccd165d19765754e201a5fd0f4ac0870bbbbf98d0b9019d4acce", kill_on_drop: false }` [INFO] [stdout] 6945c1f84ecfccd165d19765754e201a5fd0f4ac0870bbbbf98d0b9019d4acce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 236687d79652d287ebe3304f23b49bb31669912be900a74ffe9423a915db5767 [INFO] running `Command { std: "docker" "start" "-a" "236687d79652d287ebe3304f23b49bb31669912be900a74ffe9423a915db5767", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling object v0.25.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling addr2line v0.15.2 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling sct v0.5.0 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling ct-logs v0.5.1 [INFO] [stderr] Compiling rustls v0.15.2 [INFO] [stderr] Compiling webpki-roots v0.16.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling tokio-rustls v0.9.4 [INFO] [stderr] Compiling hyper-rustls v0.16.1 [INFO] [stderr] Compiling github-rs v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 232 | | /// [INFO] [stdout] 233 | | /// ```no_test [INFO] [stdout] 234 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 239 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 240 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | /// Query the emojis endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | /// Query the events endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | /// Query the feeds endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | /// Query the gitignore endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 255 | /// Query the meta endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:258:5 [INFO] [stdout] | [INFO] [stdout] 258 | /// Query the rate limit endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 261 | /// Query the user endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | /// Query the users endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | /// Query the repos endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | /// Query the gists endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | /// Query the orgs endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | /// Query the organizations endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | /// Query the notifications endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 299 | | /// [INFO] [stdout] 300 | | /// ```no_test [INFO] [stdout] 301 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 306 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 307 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 330 | | /// [INFO] [stdout] 331 | | /// ```no_test [INFO] [stdout] 332 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 337 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 338 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// ```no_test [INFO] [stdout] 363 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 368 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 369 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 392 | | /// [INFO] [stdout] 393 | | /// ```no_test [INFO] [stdout] 394 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 399 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 400 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.49s [INFO] running `Command { std: "docker" "inspect" "236687d79652d287ebe3304f23b49bb31669912be900a74ffe9423a915db5767", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "236687d79652d287ebe3304f23b49bb31669912be900a74ffe9423a915db5767", kill_on_drop: false }` [INFO] [stdout] 236687d79652d287ebe3304f23b49bb31669912be900a74ffe9423a915db5767 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f82d47c55a3cc2d1ee40b68e9da7452fcb191b7a86d00bd9239b638ac0a5c49a [INFO] running `Command { std: "docker" "start" "-a" "f82d47c55a3cc2d1ee40b68e9da7452fcb191b7a86d00bd9239b638ac0a5c49a", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 232 | | /// [INFO] [stdout] 233 | | /// ```no_test [INFO] [stdout] 234 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 239 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 240 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | /// Query the emojis endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | /// Query the events endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | /// Query the feeds endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | /// Query the gitignore endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 255 | /// Query the meta endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:258:5 [INFO] [stdout] | [INFO] [stdout] 258 | /// Query the rate limit endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 261 | /// Query the user endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | /// Query the users endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | /// Query the repos endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | /// Query the gists endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | /// Query the orgs endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | /// Query the organizations endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | /// Query the notifications endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 299 | | /// [INFO] [stdout] 300 | | /// ```no_test [INFO] [stdout] 301 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 306 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 307 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 330 | | /// [INFO] [stdout] 331 | | /// ```no_test [INFO] [stdout] 332 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 337 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 338 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// ```no_test [INFO] [stdout] 363 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 368 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 369 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 392 | | /// [INFO] [stdout] 393 | | /// ```no_test [INFO] [stdout] 394 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 399 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 400 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling github-rs v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 232 | | /// [INFO] [stdout] 233 | | /// ```no_test [INFO] [stdout] 234 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 239 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 240 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | /// Query the emojis endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | /// Query the events endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | /// Query the feeds endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | /// Query the gitignore endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 255 | /// Query the meta endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:258:5 [INFO] [stdout] | [INFO] [stdout] 258 | /// Query the rate limit endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 261 | /// Query the user endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | /// Query the users endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | /// Query the repos endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | /// Query the gists endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | /// Query the orgs endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | /// Query the organizations endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | /// Query the notifications endpoint [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 299 | | /// [INFO] [stdout] 300 | | /// ```no_test [INFO] [stdout] 301 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 306 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 307 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 330 | | /// [INFO] [stdout] 331 | | /// ```no_test [INFO] [stdout] 332 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 337 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 338 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// ```no_test [INFO] [stdout] 363 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 368 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 369 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/client.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | / /// Pass in an endpoint not covered by the API in the form of the following: [INFO] [stdout] 392 | | /// [INFO] [stdout] 393 | | /// ```no_test [INFO] [stdout] 394 | | /// # Don't have the beginning / in it [INFO] [stdout] ... | [INFO] [stdout] 399 | | /// you to get functionality out of the library as items are still added or [INFO] [stdout] 400 | | /// if you need access to a hidden endpoint. [INFO] [stdout] | |_____-------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `github-rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name wrapping_responses --edition=2018 examples/wrapping_responses.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=da8bbb3c9fe92f6d -C extra-filename=-da8bbb3c9fe92f6d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-ed6f6b9c8bb53c93.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-6f5ea06de4b094fc.rlib --extern github_rs=/opt/rustwide/target/debug/deps/libgithub_rs-f9c80d8db852188a.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-39484e03b12146f5.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ce720e1bd43c72a4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-f88747e9552afb9f.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-444e26e924f3678d.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d92f5355e5c911e0.rlib --extern tokio_core=/opt/rustwide/target/debug/deps/libtokio_core-d337d7180a577544.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-5a024b0079d701f5/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.custom_endpoint_and_adding_headers.4a5e30dc-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9.1br599a7lev3t5iz.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-5a024b0079d701f5/out" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgithub_rs-f9c80d8db852188a.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-ce720e1bd43c72a4.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-cac9e514722b09b1.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-382059f5aa0e450a.rlib" "/opt/rustwide/target/debug/deps/librustls-9583940022cc41f7.rlib" "/opt/rustwide/target/debug/deps/libbase64-9f70e73fb45e74f8.rlib" "/opt/rustwide/target/debug/deps/libwebpki-66a174ae110775a3.rlib" "/opt/rustwide/target/debug/deps/libct_logs-262078b55dc8d93f.rlib" "/opt/rustwide/target/debug/deps/libsct-0d3099c3358c3c93.rlib" "/opt/rustwide/target/debug/deps/libring-14571f4733e0aead.rlib" "/opt/rustwide/target/debug/deps/libspin-8ee06c28a303f7f8.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-5338bdc86eee04f3.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d92f5355e5c911e0.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libserde-f88747e9552afb9f.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-d337d7180a577544.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-9311b32f042c9fe6.rlib" "/opt/rustwide/target/debug/deps/libhyper-39484e03b12146f5.rlib" "/opt/rustwide/target/debug/deps/libwant-c44df68bb0fbc7db.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libtokio-539c47cf05db52bb.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-84e2d02e8ef11d5a.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-5736d8363d7a2294.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-46a389583e251bda.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1e7cd46031ac9fa8.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-2a7333f437939d73.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-2949b28265f6668c.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-0e044041e02b1f36.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-51f6cdb3b95548c5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b4df00bcbe641b36.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-557b026a7b505c72.rlib" "/opt/rustwide/target/debug/deps/liblock_api-6520979e1aed6201.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-41d41aa866eb4b2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3db2a2516f19cf4b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-8b8431d0e53e65f1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a085e02b81d15f11.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a44c139d6dc676d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-8de7ac2046d68b88.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-535c06e7d7e0b10d.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-2b872823e6168871.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-829ed6711166cddb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8d7272f5f34985a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-c366c7f02318573b.rlib" "/opt/rustwide/target/debug/deps/libmio-d68e6ce1cd7a953f.rlib" "/opt/rustwide/target/debug/deps/libtime-16e550f971d4edb6.rlib" "/opt/rustwide/target/debug/deps/libnet2-c0f694ac19e68cef.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-f7812cb6d77bb4bb.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-e61c806f9cb8c322.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-50a4fd039a446406.rlib" "/opt/rustwide/target/debug/deps/libh2-fc3d41d362da1d86.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ad802e4cbbe71e86.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-013c7f75422a41d2.rlib" "/opt/rustwide/target/debug/deps/libstring-2de972fd02952bbc.rlib" "/opt/rustwide/target/debug/deps/libslab-3fe28842158339e2.rlib" "/opt/rustwide/target/debug/deps/libhttp-6998661f346ba43c.rlib" "/opt/rustwide/target/debug/deps/libitoa-15077810ecc9e84e.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-7e845e19c21db935.rlib" "/opt/rustwide/target/debug/deps/liblog-01281b64fe0b6ea0.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-83846ad8da4cb45f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-02aeb857270eb57b.rlib" "/opt/rustwide/target/debug/deps/libfutures-6f5ea06de4b094fc.rlib" "/opt/rustwide/target/debug/deps/libbytes-d55dcca941890296.rlib" "/opt/rustwide/target/debug/deps/libeither-876b47f101a5b5e1.rlib" "/opt/rustwide/target/debug/deps/libiovec-28b952fe3da1e2c4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f328109de99d6196.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-ed6f6b9c8bb53c93.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-17a970d05e55b40d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-b9be161bd4ca1b40.rlib" "/opt/rustwide/target/debug/deps/libadler-04e4bd7392188ec3.rlib" "/opt/rustwide/target/debug/deps/libobject-4bc8d856264275c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ca2af6e3a9813893.rlib" "/opt/rustwide/target/debug/deps/liblibc-333aa5b90e875ae0.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-67240bb27da42d10.rlib" "/opt/rustwide/target/debug/deps/libgimli-aa98cf42ec5edf0e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-066fc8b4483e5e43.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/custom_endpoint_and_adding_headers-34d5bb9d3ed503c9" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.notifications.e31175a5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49.3zahnldju7ydvkak.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-5a024b0079d701f5/out" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-08487f8e282f19e0.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-9e93f1ef523b9dfd.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fd135b1b487350d3.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6d527484b6287cb3.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-91c5e579413a9548.rlib" "/opt/rustwide/target/debug/deps/libgithub_rs-f9c80d8db852188a.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-ce720e1bd43c72a4.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-cac9e514722b09b1.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-382059f5aa0e450a.rlib" "/opt/rustwide/target/debug/deps/librustls-9583940022cc41f7.rlib" "/opt/rustwide/target/debug/deps/libbase64-9f70e73fb45e74f8.rlib" "/opt/rustwide/target/debug/deps/libwebpki-66a174ae110775a3.rlib" "/opt/rustwide/target/debug/deps/libct_logs-262078b55dc8d93f.rlib" "/opt/rustwide/target/debug/deps/libsct-0d3099c3358c3c93.rlib" "/opt/rustwide/target/debug/deps/libring-14571f4733e0aead.rlib" "/opt/rustwide/target/debug/deps/libspin-8ee06c28a303f7f8.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-5338bdc86eee04f3.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-d337d7180a577544.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-9311b32f042c9fe6.rlib" "/opt/rustwide/target/debug/deps/libhyper-39484e03b12146f5.rlib" "/opt/rustwide/target/debug/deps/libwant-c44df68bb0fbc7db.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libtokio-539c47cf05db52bb.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-84e2d02e8ef11d5a.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-5736d8363d7a2294.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-46a389583e251bda.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1e7cd46031ac9fa8.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-2a7333f437939d73.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-2949b28265f6668c.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-0e044041e02b1f36.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-51f6cdb3b95548c5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b4df00bcbe641b36.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-557b026a7b505c72.rlib" "/opt/rustwide/target/debug/deps/liblock_api-6520979e1aed6201.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-41d41aa866eb4b2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3db2a2516f19cf4b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-8b8431d0e53e65f1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a085e02b81d15f11.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a44c139d6dc676d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-8de7ac2046d68b88.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-535c06e7d7e0b10d.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-2b872823e6168871.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-829ed6711166cddb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8d7272f5f34985a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-c366c7f02318573b.rlib" "/opt/rustwide/target/debug/deps/libmio-d68e6ce1cd7a953f.rlib" "/opt/rustwide/target/debug/deps/libtime-16e550f971d4edb6.rlib" "/opt/rustwide/target/debug/deps/libnet2-c0f694ac19e68cef.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-f7812cb6d77bb4bb.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-e61c806f9cb8c322.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-50a4fd039a446406.rlib" "/opt/rustwide/target/debug/deps/libh2-fc3d41d362da1d86.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ad802e4cbbe71e86.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-013c7f75422a41d2.rlib" "/opt/rustwide/target/debug/deps/libstring-2de972fd02952bbc.rlib" "/opt/rustwide/target/debug/deps/libslab-3fe28842158339e2.rlib" "/opt/rustwide/target/debug/deps/libhttp-6998661f346ba43c.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-7e845e19c21db935.rlib" "/opt/rustwide/target/debug/deps/liblog-01281b64fe0b6ea0.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-83846ad8da4cb45f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-02aeb857270eb57b.rlib" "/opt/rustwide/target/debug/deps/libfutures-6f5ea06de4b094fc.rlib" "/opt/rustwide/target/debug/deps/libbytes-d55dcca941890296.rlib" "/opt/rustwide/target/debug/deps/libeither-876b47f101a5b5e1.rlib" "/opt/rustwide/target/debug/deps/libiovec-28b952fe3da1e2c4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f328109de99d6196.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-ed6f6b9c8bb53c93.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-17a970d05e55b40d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-b9be161bd4ca1b40.rlib" "/opt/rustwide/target/debug/deps/libadler-04e4bd7392188ec3.rlib" "/opt/rustwide/target/debug/deps/libobject-4bc8d856264275c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ca2af6e3a9813893.rlib" "/opt/rustwide/target/debug/deps/liblibc-333aa5b90e875ae0.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-67240bb27da42d10.rlib" "/opt/rustwide/target/debug/deps/libgimli-aa98cf42ec5edf0e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-066fc8b4483e5e43.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d92f5355e5c911e0.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libitoa-15077810ecc9e84e.rlib" "/opt/rustwide/target/debug/deps/libserde-f88747e9552afb9f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/notifications-ecc31222fb832c49" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f82d47c55a3cc2d1ee40b68e9da7452fcb191b7a86d00bd9239b638ac0a5c49a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f82d47c55a3cc2d1ee40b68e9da7452fcb191b7a86d00bd9239b638ac0a5c49a", kill_on_drop: false }` [INFO] [stdout] f82d47c55a3cc2d1ee40b68e9da7452fcb191b7a86d00bd9239b638ac0a5c49a