xapian-rusty 0.0.25

Rust bindings to Xapian
Documentation
Build #252243 2020-05-20T17:17:48.043506+00:00
# rustc version
rustc 1.45.0-nightly (3a7dfda40 2020-05-19)
# docs.rs version
docsrs 0.6.0 (28f8bf0 2020-05-20)

# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/xapian-rusty-0.0.25/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/xapian-rusty-0.0.25/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200519-1.45.0-nightly-3a7dfda40 --static-root-path / --cap-lints warn --extern-html-root-url cxx=https://docs.rs/cxx/0.3.3 --extern-html-root-url cxx_build=https://docs.rs/cxx-build/0.3.3" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] e29938e4db267f02dbdb17c4d158480dde0cad41782f8005576a1670bd41405e
[INFO] running `"docker" "start" "-a" "e29938e4db267f02dbdb17c4d158480dde0cad41782f8005576a1670bd41405e"`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr]    Compiling cc v1.0.54
[INFO] [stderr]    Compiling proc-macro2 v1.0.13
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.22
[INFO] [stderr]    Compiling anyhow v1.0.31
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling codespan-reporting v0.9.4
[INFO] [stderr]    Compiling link-cplusplus v1.0.1
[INFO] [stderr]    Compiling cxx v0.3.3
[INFO] [stderr]    Compiling quote v1.0.6
[INFO] [stderr]    Compiling cxx-build v0.3.3
[INFO] [stderr]    Compiling cxxbridge-macro v0.3.3
[INFO] [stderr]    Compiling xapian-rusty v0.0.25 (/opt/rustwide/workdir)
[INFO] [stderr] warning: xapian-bind.cc: In function 'std::unique_ptr<Xapian::Database> new_database(int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:79:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:    79 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'std::unique_ptr<Xapian::Database> new_database_with_path(rust::cxxbridge03::Str, int8_t, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:101:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   101 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void database_reopen(Xapian::Database&, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:114:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   114 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'std::unique_ptr<Xapian::Stem> new_stem(rust::cxxbridge03::Str, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:127:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   127 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'std::unique_ptr<Xapian::WritableDatabase> new_writable_database_with_path(rust::cxxbridge03::Str, int8_t, int8_t, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:143:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   143 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc:135:105: warning: unused parameter 'db_type' [-Wunused-parameter]
[INFO] [stderr] warning:   135 | std::unique_ptr<WritableDatabase> new_writable_database_with_path(rust::Str path, int8_t action, int8_t db_type, int8_t &err)
[INFO] [stderr] warning:       |                                                                                                  ~~~~~~~^~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void commit(Xapian::WritableDatabase&, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:156:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   156 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'Xapian::docid replace_document(Xapian::WritableDatabase&, rust::cxxbridge03::Str, Xapian::Document&, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:169:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   169 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void delete_document(Xapian::WritableDatabase&, rust::cxxbridge03::Str, Xapian::Document&, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:182:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   182 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'std::unique_ptr<Xapian::TermGenerator> new_termgenerator(int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:198:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   198 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void set_stemmer(Xapian::TermGenerator&, Xapian::Stem&, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:211:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   211 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void set_document(Xapian::TermGenerator&, Xapian::Document&, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:224:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   224 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void index_text(Xapian::TermGenerator&, rust::cxxbridge03::Str, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:237:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   237 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void index_int(Xapian::TermGenerator&, int32_t, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:251:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   251 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void index_long(Xapian::TermGenerator&, int64_t, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:265:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   265 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void index_float(Xapian::TermGenerator&, float, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:279:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   279 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void index_double(Xapian::TermGenerator&, double, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:293:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   293 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'std::unique_ptr<Xapian::Document> new_document(int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:308:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   308 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void add_string(Xapian::Document&, Xapian::valueno, rust::cxxbridge03::Str, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:322:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   322 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void add_int(Xapian::Document&, Xapian::valueno, int, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:336:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   336 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr] warning: xapian-bind.cc: In function 'void set_data(Xapian::Document&, rust::cxxbridge03::Str, int8_t&)':
[INFO] [stderr] warning: xapian-bind.cc:349:18: warning: implicitly-declared 'Xapian::Error::Error(const Xapian::Error&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning:   349 |     catch (Error ex)
[INFO] [stderr] warning:       |                  ^~
[INFO] [stderr] warning: In file included from /opt/rustwide/target/cxxbridge/xapian.h:46,
[INFO] [stderr] warning:                  from xapian-bind.h:4,
[INFO] [stderr] warning:                  from xapian-bind.cc:1:
[INFO] [stderr] warning: /opt/rustwide/target/cxxbridge/xapian/error.h:83:10: note: because 'Xapian::Error' has user-provided 'void Xapian::Error::operator=(const Xapian::Error&)'
[INFO] [stderr] warning:    83 |     void operator=(const Error &o);
[INFO] [stderr] warning:       |          ^~~~~~~~
[INFO] [stderr]  Documenting xapian-rusty v0.0.25 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 28.13s
[INFO] running `"docker" "inspect" "e29938e4db267f02dbdb17c4d158480dde0cad41782f8005576a1670bd41405e"`
[INFO] running `"docker" "rm" "-f" "e29938e4db267f02dbdb17c4d158480dde0cad41782f8005576a1670bd41405e"`
[INFO] [stdout] e29938e4db267f02dbdb17c4d158480dde0cad41782f8005576a1670bd41405e