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

Fix C declaration of dir functions and types #3949

Merged
merged 1 commit into from Mar 23, 2017

Conversation

andresag01
Copy link

Description

This patch fixes the declaration of the DIR type and related functions
so that they can be called from C code. This is necessary when enabling
functionality that uses the filesystem in mbed TLS.

Status

READY

This patch fixes the declaration of the DIR type and related functions
so that they can be called from C code. This is necessary when enabling
functionality that uses the filesystem in mbed TLS.
@geky
Copy link
Contributor

geky commented Mar 16, 2017

This looks like a good solution 👍

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 20, 2017

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1702

Example Build failed!

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 20, 2017

@bridadan This is the failure you shown in another PR (seems like master is affected)

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 22, 2017

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1713

Test Prep failed!

@geky
Copy link
Contributor

geky commented Mar 22, 2017

It looks like CI ran out of memory? or it just took longer than 20 minutes? @bridadan

07:34:15  > git -c core.askpass=true fetch --no-tags --progress git@github.com:ARMmbed/mbed-os.git +refs/heads/master:refs/remotes/origin/master +refs/pull/3949/head:refs/remotes/origin/pr/3949 # timeout=20
07:54:15 ERROR: Timeout after 20 minutes
07:54:15 ERROR: Error cloning remote repo 'origin'
07:54:15 Receiving objects:   0% (1/107466)   
Receiving objects:   1% (1075/107466)   
...
Receiving objects:  92% (98869/107466), 91.85 MiB | 5.46 MiB/s  
Receiving objects:  98% (105319/107466), 97.70 MiB | 5.48 MiB/s   
Receiving objects:  98% (105490/107466), 102.93 MiB | 5.38 MiB/s   
07:54:15 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719)
07:54:15 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1463)
...
07:54:15 	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:313)
07:54:15 	at hudson.model.ResourceController.execute(ResourceController.java:98)
07:54:15 	at hudson.model.Executor.run(Executor.java:404)
07:54:15 ERROR: null
07:54:15 Finished: FAILURE

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 23, 2017

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1723

All builds and test passed!

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.

None yet

5 participants