Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono-CI #1482

See <https://ci.eclipse.org/hono/job/Hono-CI/1482/display/redirect?page=changes>

Changes:

[Kai Hudalla] Fix JDK name used in pipeline scripts.

[Kai Hudalla] Fix issues and improve MQTT Adapter integration tests.

[Kai Hudalla] Allow protocol adapters to send messages to control/* address space.

[Kai Hudalla] [#895] Don't create error span if no client certs were given.

[Karsten Frank] [#669] Handle one-way commands in the HTTP adapter.

[Karsten Frank] [#669] Enable example app to send one-way commands.

[Karsten Frank] Rename example consumer application to `HonoExampleApplication`.

[Kai Hudalla] Allow propagation of OpenTracing span when sending TTD events.

[Kai Hudalla] Log the correlation ID of a command message.

[Kai Hudalla] Make disposition handling a terminal operation in CommandContext.

[Kai Hudalla] Trace sending of commands to a device.

[Kai Hudalla] Do exception handling based on ServiceInvocationException.

[Kai Hudalla] Instrument AMQP adapter with OpenTracing.

[Kai Hudalla] Fixed java command in sandbox documentation

[Kai Hudalla] [#669] Extend command line client with support for one-way commands.

[Kai Hudalla] [#888] Introduce interface CreditBasedSender

[Karsten Frank] Fix orphaned links in Admin Guide - Tracing.

[Karsten Frank] [#669] Handle one-way commands in the MQTT adapter.

[Kai Hudalla] Scan relevant packages only for Spring Boot Components.

[Kai Hudalla] Fix typo in metric name.

[Kai Hudalla] Reduce method visibility.

[Kai Hudalla] Use ResourceIdentifier when reporting metrics.

[Kai Hudalla] Add missing tags to Hono Messaging metrics.

[Kai Hudalla] Update instructions for running the Hono Integration Tests.

[Kai Hudalla] Update Metrics API to reflect migration to Micrometer.

[Kai Hudalla] Move Hono Messaging Admin Guide to end of list.

[Kai Hudalla] Add metrics configuration properties.

[Kai Hudalla] Include erroneous status code in IllegalArgumentException.

[Kai Hudalla] Add support for sending one-way commands.

[Kai Hudalla] Make sure to use valid error code when predicate check fails.

[Kai Hudalla] Fix HTTP adapter's handling of TTD.

[Kai Hudalla] [#669] Add one-way command integration test for HTTP adapter.

[Kai Hudalla] [#669] Add on-way command integration test for MQTT adapter.

[Kai Hudalla] [#669] Add one-way command integration test for AMQP adapter.

[Kai Hudalla] Prepare 0.8 release.

[hono-bot] Release 0.8

[hono-bot] Bump version to 0.9-M1-SNAPSHOT

[jreimann] [OpenShift] Change branch in deployment documentation to 0.8.x

[Kai Hudalla] Scale down landing page image automatically on mobile devices.

[Kai Hudalla] [#914] Add Tracer instance in EventBusService.

[Kai Hudalla] [#130] Support configuration of max message size in AMQP adapter.

[Kai Hudalla] Update to version 0.27.2 of maven docker plugin.

[Kai Hudalla] Add environment variable for activating tracing of AMQP frames.

[Kai Hudalla] Use concrete Data instance for message payload.

[Kai Hudalla] Support configuration of vert.x maxEventLoopExecuteTime.

[Kai Hudalla] Consolidate AMQP connection integration tests.

[Kai Hudalla] Update Google Guava to version 25.0.

[Kai Hudalla] Refactored and added common methods to get jdk and maven versions.

[ctron] Allow tenant service to participate in the health checks

[ctron] [#932] Fix compile error with Java 8 for S2I

[ctron] Make it easier to implement custom services

[ctron] minor bug fixes/improvments

------------------------------------------
Started by an SCM change
Started by user kai.hudalla@xxxxxxxxxxxx
Rebuilds build #1476
Building remotely on hono-agent in workspace <https://ci.eclipse.org/hono/job/Hono-CI/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hono.git
 > /usr/local/bin/git init <https://ci.eclipse.org/hono/job/Hono-CI/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cd8b7c35053959482297b146fafb52e81f02c956 (origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f cd8b7c35053959482297b146fafb52e81f02c956
Commit message: "minor bug fixes/improvments"
 > /usr/local/bin/git rev-list --no-walk 8cc8236a24bd06dd3d8d705f1d5774a5c491fe2a # timeout=10
FATAL: Couldn’t find any executable in /shared/common/apache-maven-latest
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top