Title
A model for detecting faults in build specifications
Abstract
Incremental and parallel builds are crucial features of modern build systems. Parallelism enables fast builds by running independent tasks simultaneously, while incrementality saves time and computing resources by processing the build operations that were affected by a particular code change. Writing build definitions that lead to error-free incremental and parallel builds is a challenging task. This is mainly because developers are often unable to predict the effects of build operations on the file system and how different build operations interact with each other. Faulty build scripts may seriously degrade the reliability of automated builds, as they cause build failures, and non-deterministic and incorrect outputs. To reason about arbitrary build executions, we present BuildFS, a generally-applicable model that takes into account the specification (as declared in build scripts) and the actual behavior (low-level file system operation) of build operations. We then formally define different types of faults related to incremental and parallel builds in terms of the conditions under which a file system operation violates the specification of a build operation. Our testing approach, which relies on the proposed model, analyzes the execution of single full build, translates it into BuildFS, and uncovers faults by checking for corresponding violations. We evaluate the effectiveness, efficiency, and applicability of our approach by examining 612 Make and Gradle projects. Notably, thanks to our treatment of build executions, our method is the first to handle JVM-oriented build systems. The results indicate that our approach is (1) able to uncover several important issues (247 issues found in 47 open-source projects have been confirmed and fixed by the upstream developers), and (2) much faster than a state-of-the-art tool for Make builds (the median and average speedup is 39X and 74X respectively).
Year
DOI
Venue
2020
10.1145/3428212
Proceedings of the ACM on Programming Languages
Keywords
DocType
Volume
Gradle,JVM-based builds,Make,incremental builds,parallel builds
Journal
4
Issue
ISSN
Citations 
OOPSLA
2475-1421
1
PageRank 
References 
Authors
0.35
0
4
Name
Order
Citations
PageRank
Thodoris Sotiropoulos110.69
Stefanos Chaliasos221.72
Dimitris Mitropoulos39015.14
Diomidis Spinellis42023178.89