Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature-wisun] Nanostack release v12.6.0 #13716

Conversation

artokin
Copy link
Contributor

@artokin artokin commented Oct 5, 2020

Summary of changes

Nanostack release v12.6.0 to feature-wisun branch.

This release contains improvements to the Wi-SUN protocol functionality.

Impact of changes

Migration actions required

Documentation


Pull request type

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Reviewers

@ARMmbed/mbed-os-mesh , @TuomoHautamaki , @teetak01


Arto Kinnunen added 2 commits October 5, 2020 13:59
…..09d9e24

09d9e24 Merge branch 'release_internal' into release_external
9a3278a Removed Black list reject from wi-sun neighbour request function
76fc9d7 Support SLAAC addressing method for Wi-SUN Border router
71c8bde Modified Wi-SUN etx to wait for Probes
b720fbd Wi-SUN discovery and address registration update
e73c808 Merge pull request ARMmbed#2460 from ARMmbed/sync_with_mbed_os
7994d95 If PMK and PTK are not set do not store keys to NVM
f8813e2 Follow Mbed OS coding style
f6ed877 (via mbedos) Possible invalid memory access on memcpy
40dc215 Set frame counter increment to 1000000
a57acc8 ETX update
5373de2 EAPOL parent TX feilure is reorder candidate list.
6b0e264 Allowed separate default settings in WS API
850252b Fixed EAPOL brodcast synch at border router device.
2c1c077 Corrected unit test
16e38ce Changed EAPOL negotiation limit on small nw to 20
21af923 Wi-sun ETX update
80e13f4 Changed EAP-TLS retry trace to info trace level
52a5018 WS: Use special retry configuration when discovery is started (ARMmbed#2450)

git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: 09d9e24
…wisun

* commit '4098b26c4477b6ed8929e71c571b8fb13195582a':
  Squashed 'features/nanostack/sal-stack-nanostack/' changes from 7e3b99c..09d9e24
@artokin
Copy link
Contributor Author

artokin commented Oct 5, 2020

@ARMmbed/mbed-os-maintainers , would you please trigger LTS CI for this?

@ciarmcom ciarmcom requested review from teetak01 and a team October 5, 2020 11:30
@ciarmcom
Copy link
Member

ciarmcom commented Oct 5, 2020

@artokin, thank you for your changes.
@teetak01 @ARMmbed/mbed-os-maintainers please review.

@adbridge
Copy link
Contributor

adbridge commented Oct 5, 2020

CI started

@mbed-ci
Copy link

mbed-ci commented Oct 5, 2020

Test run: FAILED

Summary: 5 of 11 test jobs failed
Build number : 1
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_dynamic-memory-usage-lts
  • jenkins-ci/mbed-os-ci_wisun-mesh-test-lts
  • jenkins-ci/mbed-os-ci_cloud-client-pytest-lts
  • jenkins-ci/mbed-os-ci_greentea-test-lts
  • jenkins-ci/mbed-os-ci_example-test-lts

@jamesbeyond
Copy link
Contributor

CI restated

@mergify mergify bot added needs: work and removed needs: CI labels Oct 5, 2020
@mbed-ci
Copy link

mbed-ci commented Oct 5, 2020

Test run: FAILED

Summary: 3 of 11 test jobs failed
Build number : 1
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_wisun-mesh-test-lts
  • jenkins-ci/mbed-os-ci_greentea-test-lts
  • jenkins-ci/mbed-os-ci_exporter-lts

@mbed-ci
Copy link

mbed-ci commented Oct 5, 2020

Test run: FAILED

Summary: 4 of 11 test jobs failed
Build number : 2
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_wisun-mesh-test-lts
  • jenkins-ci/mbed-os-ci_example-test-lts
  • jenkins-ci/mbed-os-ci_greentea-test-lts
  • jenkins-ci/mbed-os-ci_exporter-lts

@mbed-ci
Copy link

mbed-ci commented Oct 6, 2020

Test run: FAILED

Summary: 4 of 11 test jobs failed
Build number : 3
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_greentea-test-lts
  • jenkins-ci/mbed-os-ci_example-test-lts
  • jenkins-ci/mbed-os-ci_cloud-client-pytest-lts
  • jenkins-ci/mbed-os-ci_wisun-mesh-test-lts

@artokin
Copy link
Contributor Author

artokin commented Oct 6, 2020

CI failures analysed:

  1. jenkins-ci/example-test-lts — Error => 02:16:23 hudson.AbortException with K64F ARM, all other targets "Greentea test passed!"
  2. jenkins-ci/cloud-client-test-lts => client not registered (K64F ARM failed, K64F GCC_ARM OK)
  3. jenkins-ci/greentea-test-lts — Failure => 2 KVStore test cases failed (K64F GCC_ARM failed, F429ZI-ARM/F429ZI-GCC_ARM OK)
  4. jenkins-ci/wisun-mesh-test-lts => Couldn't allocate required resources: Allocation failed:

@artokin
Copy link
Contributor Author

artokin commented Oct 6, 2020

jenkins-ci/wisun-mesh-test-lts fails as some hardware is missing from the CI.
jenkins-ci/greentea-test-lts has KV store failures and they are not related to this PR.

@mbed-ci
Copy link

mbed-ci commented Oct 6, 2020

Test run: FAILED

Summary: 1 of 10 test jobs failed
Build number : 4
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_greentea-test-lts

@jamesbeyond
Copy link
Contributor

manually restarted job:

  • jenkins-ci/mbed-os-ci_greentea-test-lts

PASSED

@artokin artokin merged commit c6d65fe into ARMmbed:feature-wisun Oct 7, 2020
@mergify mergify bot removed the ready for merge label Oct 7, 2020
@artokin artokin deleted the nanostack_release_v12_6_0_for_feature_wisun branch October 7, 2020 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants